Html Css Color HEX #EF06A2 Hollywood Cerise

📋 copy color: '#EF06A2'

red 239 ◦ green 6 ◦ blue 162

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

Shades of Hollywood Cerise #EF06A2

Tints of Hollywood Cerise #EF06A2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

 BLUE value IS 162 (63.67% from 255) = 39.8%

R = 58.72%
G = 1.47%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF06A2 (or 0xEF06A2) is known color: Hollywood Cerise. HEX triplet: EF, 06 and A2. RGB value is (239,6,162). Sum of RGB (Red+Green+Blue) = 239+6+162=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF06A2 is #10F95D. Grayscale: #5D5D5D. Windows color (decimal): -1112414 or 10618607. OLE color: 10618607.

HSL color Cylindrical-coordinate representation of color #EF06A2: hue angle of 319.83º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF06A2 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 6 162 -
CMYK 0 0.97 0.32 0.06
HSL 319.83º 0.95% 0.48% -
HSV(B) 319.83º 0.97% 0.94% -
XYZ 42.18 21.09 36.03 -
YUV 93.45 166.69 231.82 -
System Red Green Blue C M Y K H S L
Decimal 239 6 162 0 0.97 0.32 0.06 319.83 0.95 0.48
Hex EF 6 A2 0 61 20 6 140 5F 30
Octal 357 6 242 0 141 40 6 500 137 60
Binary 11101111 110 10100010 0 1100001 100000 110 101000000 1011111 110000

Color Harmonies of #EF06A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06A2

Black with #EF06A2

Text Example


Text Example

White with #EF06A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06A2; }

 p { color: rgb(239,6,162); }

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

background-color css

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

 a { background-color: rgb(239,6,162); }

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

border-color css

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

 span { border-color: rgb(239,6,162); }

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