Html Css Color HEX #ED0C99 Hollywood Cerise

📋 copy color: '#ED0C99'

red 237 ◦ green 12 ◦ blue 153

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

Shades of Hollywood Cerise #ED0C99

Tints of Hollywood Cerise #ED0C99

RGB

 RED value IS 237 (92.97% from 255) = 58.96%

 GREEN value IS 12 (5.08% from 255) = 2.99%

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

R = 58.96%
G = 2.99%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED0C99 (or 0xED0C99) is known color: Hollywood Cerise. HEX triplet: ED, 0C and 99. RGB value is (237,12,153). Sum of RGB (Red+Green+Blue) = 237+12+153=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0C99 is #12F366. Grayscale: #5F5F5F. Windows color (decimal): -1241959 or 10030317. OLE color: 10030317.

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

Color convert

RGB 237 12 153 -
CMYK 0 0.95 0.35 0.07
HSL 322.4º 0.9% 0.49% -
HSV(B) 322.4º 0.95% 0.93% -
XYZ 40.81 20.57 31.96 -
YUV 95.35 160.54 229.04 -
System Red Green Blue C M Y K H S L
Decimal 237 12 153 0 0.95 0.35 0.07 322.4 0.9 0.49
Hex ED C 99 0 5F 23 7 142 5A 31
Octal 355 14 231 0 137 43 7 502 132 61
Binary 11101101 1100 10011001 0 1011111 100011 111 101000010 1011010 110001

Color Harmonies of #ED0C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0C99

Black with #ED0C99

Text Example


Text Example

White with #ED0C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0C99; }

 p { color: rgb(237,12,153); }

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

background-color css

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

 a { background-color: rgb(237,12,153); }

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

border-color css

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

 span { border-color: rgb(237,12,153); }

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