Html Css Color HEX #EC0299 Hollywood Cerise

📋 copy color: '#EC0299'

red 236 ◦ green 2 ◦ blue 153

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

Shades of Hollywood Cerise #EC0299

Tints of Hollywood Cerise #EC0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 153 (60.16% from 255) = 39.13%

R = 60.36%
G = 0.51%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC0299 (or 0xEC0299) is known color: Hollywood Cerise. HEX triplet: EC, 02 and 99. RGB value is (236,2,153). Sum of RGB (Red+Green+Blue) = 236+2+153=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0299 is #13FD66. Grayscale: #585858. Windows color (decimal): -1310055 or 10027756. OLE color: 10027756.

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

Color convert

RGB 236 2 153 -
CMYK 0 0.99 0.35 0.07
HSL 321.28º 0.98% 0.47% -
HSV(B) 321.28º 0.99% 0.93% -
XYZ 40.36 20.18 31.9 -
YUV 89.18 164.02 232.72 -
System Red Green Blue C M Y K H S L
Decimal 236 2 153 0 0.99 0.35 0.07 321.28 0.98 0.47
Hex EC 2 99 0 63 23 7 141 62 2F
Octal 354 2 231 0 143 43 7 501 142 57
Binary 11101100 10 10011001 0 1100011 100011 111 101000001 1100010 101111

Color Harmonies of #EC0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0299

Black with #EC0299

Text Example


Text Example

White with #EC0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0299; }

 p { color: rgb(236,2,153); }

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

background-color css

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

 a { background-color: rgb(236,2,153); }

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

border-color css

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

 span { border-color: rgb(236,2,153); }

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