Html Css Color HEX #EF5BAC Brilliant Rose

📋 copy color: '#EF5BAC'

red 239 ◦ green 91 ◦ blue 172

#EF5BAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EF5BAC

Tints of Brilliant Rose #EF5BAC

RGB

 RED value IS 239 (93.75% from 255) = 47.61%

 GREEN value IS 91 (35.94% from 255) = 18.13%

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 47.61%
G = 18.13%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF5BAC (or 0xEF5BAC) is known color: Brilliant Rose. HEX triplet: EF, 5B and AC. RGB value is (239,91,172). Sum of RGB (Red+Green+Blue) = 239+91+172=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5BAC is #10A453. Grayscale: #909090. Windows color (decimal): -1090644 or 11295727. OLE color: 11295727.

HSL color Cylindrical-coordinate representation of color #EF5BAC: hue angle of 327.16º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5BAC is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 91 172 -
CMYK 0 0.62 0.28 0.06
HSL 327.16º 0.82% 0.65% -
HSV(B) 327.16º 0.62% 0.94% -
XYZ 46.78 28.81 42.13 -
YUV 144.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 239 91 172 0 0.62 0.28 0.06 327.16 0.82 0.65
Hex EF 5B AC 0 3E 1C 6 147 52 41
Octal 357 133 254 0 76 34 6 507 122 101
Binary 11101111 1011011 10101100 0 111110 11100 110 101000111 1010010 1000001

Color Harmonies of #EF5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5BAC

Black with #EF5BAC

Text Example


Text Example

White with #EF5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5BAC; }

 p { color: rgb(239,91,172); }

 H1.HeaderClassName
 {
   color: #EF5BAC;
 }
 .AnyTagClassName
 {
   color: #EF5BAC;
 }
</style>

background-color css

<style>
 a { background-color: #EF5BAC; }

 a { background-color: rgb(239,91,172); }

 div.DivClassName
 {
   background-color: #EF5BAC;
 }
 .BgClassName
 {
   background-color: #EF5BAC;
 }
</style>

border-color css

<style>
 span { border-color: #EF5BAC; }

 span { border-color: rgb(239,91,172); }

 td.TdClassName
 {
   border-color: #EF5BAC;
 }
 .TagClassName
 {
   border-color: #EF5BAC;
 }
</style>