Html Css Color HEX #EF06A6 Hollywood Cerise

📋 copy color: '#EF06A6'

red 239 ◦ green 6 ◦ blue 166

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

Shades of Hollywood Cerise #EF06A6

Tints of Hollywood Cerise #EF06A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.39%

R = 58.15%
G = 1.46%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF06A6 (or 0xEF06A6) is known color: Hollywood Cerise. HEX triplet: EF, 06 and A6. RGB value is (239,6,166). Sum of RGB (Red+Green+Blue) = 239+6+166=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF06A6 is #10F959. Grayscale: #5D5D5D. Windows color (decimal): -1112410 or 10880751. OLE color: 10880751.

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

Color convert

RGB 239 6 166 -
CMYK 0 0.97 0.31 0.06
HSL 318.8º 0.95% 0.48% -
HSV(B) 318.8º 0.97% 0.94% -
XYZ 42.54 21.23 37.93 -
YUV 93.91 168.69 231.49 -
System Red Green Blue C M Y K H S L
Decimal 239 6 166 0 0.97 0.31 0.06 318.8 0.95 0.48
Hex EF 6 A6 0 61 1F 6 13F 5F 30
Octal 357 6 246 0 141 37 6 477 137 60
Binary 11101111 110 10100110 0 1100001 11111 110 100111111 1011111 110000

Color Harmonies of #EF06A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06A6

Black with #EF06A6

Text Example


Text Example

White with #EF06A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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