Html Css Color HEX #EF0AAC Hollywood Cerise

📋 copy color: '#EF0AAC'

red 239 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #EF0AAC

Tints of Hollywood Cerise #EF0AAC

RGB

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

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

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

R = 56.77%
G = 2.38%
B = 40.86%

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

#EF0AAC (or 0xEF0AAC) is known color: Hollywood Cerise. HEX triplet: EF, 0A and AC. RGB value is (239,10,172). Sum of RGB (Red+Green+Blue) = 239+10+172=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0AAC is #10F553. Grayscale: #606060. Windows color (decimal): -1111380 or 11274991. OLE color: 11274991.

HSL color Cylindrical-coordinate representation of color #EF0AAC: hue angle of 317.55º 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 #EF0AAC is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 10 172 -
CMYK 0 0.96 0.28 0.06
HSL 317.55º 0.92% 0.49% -
HSV(B) 317.55º 0.96% 0.94% -
XYZ 43.15 21.55 40.91 -
YUV 96.94 170.37 229.33 -
System Red Green Blue C M Y K H S L
Decimal 239 10 172 0 0.96 0.28 0.06 317.55 0.92 0.49
Hex EF A AC 0 60 1C 6 13E 5C 31
Octal 357 12 254 0 140 34 6 476 134 61
Binary 11101111 1010 10101100 0 1100000 11100 110 100111110 1011100 110001

Color Harmonies of #EF0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0AAC

Black with #EF0AAC

Text Example


Text Example

White with #EF0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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