Html Css Color HEX #EF069C Hollywood Cerise

📋 copy color: '#EF069C'

red 239 ◦ green 6 ◦ blue 156

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

Shades of Hollywood Cerise #EF069C

Tints of Hollywood Cerise #EF069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.9%

R = 59.6%
G = 1.5%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF069C (or 0xEF069C) is known color: Hollywood Cerise. HEX triplet: EF, 06 and 9C. RGB value is (239,6,156). Sum of RGB (Red+Green+Blue) = 239+6+156=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF069C is #10F963. Grayscale: #5C5C5C. Windows color (decimal): -1112420 or 10225391. OLE color: 10225391.

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

Color convert

RGB 239 6 156 -
CMYK 0 0.97 0.35 0.06
HSL 321.37º 0.95% 0.48% -
HSV(B) 321.37º 0.97% 0.94% -
XYZ 41.66 20.88 33.29 -
YUV 92.77 163.69 232.3 -
System Red Green Blue C M Y K H S L
Decimal 239 6 156 0 0.97 0.35 0.06 321.37 0.95 0.48
Hex EF 6 9C 0 61 23 6 141 5F 30
Octal 357 6 234 0 141 43 6 501 137 60
Binary 11101111 110 10011100 0 1100001 100011 110 101000001 1011111 110000

Color Harmonies of #EF069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF069C

Black with #EF069C

Text Example


Text Example

White with #EF069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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