Html Css Color HEX #EC099A Hollywood Cerise

📋 copy color: '#EC099A'

red 236 ◦ green 9 ◦ blue 154

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

Shades of Hollywood Cerise #EC099A

Tints of Hollywood Cerise #EC099A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

 BLUE value IS 154 (60.55% from 255) = 38.6%

R = 59.15%
G = 2.26%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC099A (or 0xEC099A) is known color: Hollywood Cerise. HEX triplet: EC, 09 and 9A. RGB value is (236,9,154). Sum of RGB (Red+Green+Blue) = 236+9+154=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC099A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC099A is #13F665. Grayscale: #5D5D5D. Windows color (decimal): -1308262 or 10095084. OLE color: 10095084.

HSL color Cylindrical-coordinate representation of color #EC099A: hue angle of 321.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC099A is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 9 154 -
CMYK 0 0.96 0.35 0.07
HSL 321.67º 0.93% 0.48% -
HSV(B) 321.67º 0.96% 0.93% -
XYZ 40.52 20.36 32.37 -
YUV 93.4 162.21 229.71 -
System Red Green Blue C M Y K H S L
Decimal 236 9 154 0 0.96 0.35 0.07 321.67 0.93 0.48
Hex EC 9 9A 0 60 23 7 142 5D 30
Octal 354 11 232 0 140 43 7 502 135 60
Binary 11101100 1001 10011010 0 1100000 100011 111 101000010 1011101 110000

Color Harmonies of #EC099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC099A

Black with #EC099A

Text Example


Text Example

White with #EC099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC099A; }

 p { color: rgb(236,9,154); }

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

background-color css

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

 a { background-color: rgb(236,9,154); }

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

border-color css

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

 span { border-color: rgb(236,9,154); }

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