Html Css Color HEX #EF0AAB Hollywood Cerise

📋 copy color: '#EF0AAB'

red 239 ◦ green 10 ◦ blue 171

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

Shades of Hollywood Cerise #EF0AAB

Tints of Hollywood Cerise #EF0AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.38%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 56.9%
G = 2.38%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF0AAB (or 0xEF0AAB) is known color: Hollywood Cerise. HEX triplet: EF, 0A and AB. RGB value is (239,10,171). Sum of RGB (Red+Green+Blue) = 239+10+171=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0AAB is #10F554. Grayscale: #606060. Windows color (decimal): -1111381 or 11209455. OLE color: 11209455.

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

Color convert

RGB 239 10 171 -
CMYK 0 0.96 0.28 0.06
HSL 317.82º 0.92% 0.49% -
HSV(B) 317.82º 0.96% 0.94% -
XYZ 43.06 21.51 40.41 -
YUV 96.83 169.87 229.41 -
System Red Green Blue C M Y K H S L
Decimal 239 10 171 0 0.96 0.28 0.06 317.82 0.92 0.49
Hex EF A AB 0 60 1C 6 13E 5C 31
Octal 357 12 253 0 140 34 6 476 134 61
Binary 11101111 1010 10101011 0 1100000 11100 110 100111110 1011100 110001

Color Harmonies of #EF0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0AAB

Black with #EF0AAB

Text Example


Text Example

White with #EF0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0AAB; }

 p { color: rgb(239,10,171); }

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

background-color css

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

 a { background-color: rgb(239,10,171); }

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

border-color css

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

 span { border-color: rgb(239,10,171); }

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