Html Css Color HEX #EC069C Hollywood Cerise

📋 copy color: '#EC069C'

red 236 ◦ green 6 ◦ blue 156

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

Shades of Hollywood Cerise #EC069C

Tints of Hollywood Cerise #EC069C

RGB

 RED value IS 236 (92.58% from 255) = 59.3%

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

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

R = 59.3%
G = 1.51%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC069C (or 0xEC069C) is known color: Hollywood Cerise. HEX triplet: EC, 06 and 9C. RGB value is (236,6,156). Sum of RGB (Red+Green+Blue) = 236+6+156=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC069C is #13F963. Grayscale: #5B5B5B. Windows color (decimal): -1309028 or 10225388. OLE color: 10225388.

HSL color Cylindrical-coordinate representation of color #EC069C: hue angle of 320.87º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC069C is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 6 156 -
CMYK 0 0.97 0.34 0.07
HSL 320.87º 0.95% 0.47% -
HSV(B) 320.87º 0.97% 0.93% -
XYZ 40.66 20.36 33.24 -
YUV 91.87 164.2 230.8 -
System Red Green Blue C M Y K H S L
Decimal 236 6 156 0 0.97 0.34 0.07 320.87 0.95 0.47
Hex EC 6 9C 0 61 22 7 141 5F 2F
Octal 354 6 234 0 141 42 7 501 137 57
Binary 11101100 110 10011100 0 1100001 100010 111 101000001 1011111 101111

Color Harmonies of #EC069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC069C

Black with #EC069C

Text Example


Text Example

White with #EC069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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