Html Css Color HEX #ED0899 Hollywood Cerise

📋 copy color: '#ED0899'

red 237 ◦ green 8 ◦ blue 153

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

Shades of Hollywood Cerise #ED0899

Tints of Hollywood Cerise #ED0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

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

R = 59.55%
G = 2.01%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED0899 (or 0xED0899) is known color: Hollywood Cerise. HEX triplet: ED, 08 and 99. RGB value is (237,8,153). Sum of RGB (Red+Green+Blue) = 237+8+153=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0899 is #12F766. Grayscale: #5C5C5C. Windows color (decimal): -1242983 or 10029293. OLE color: 10029293.

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

Color convert

RGB 237 8 153 -
CMYK 0 0.97 0.35 0.07
HSL 322.01º 0.93% 0.48% -
HSV(B) 322.01º 0.97% 0.93% -
XYZ 40.76 20.48 31.94 -
YUV 93 161.87 230.71 -
System Red Green Blue C M Y K H S L
Decimal 237 8 153 0 0.97 0.35 0.07 322.01 0.93 0.48
Hex ED 8 99 0 61 23 7 142 5D 30
Octal 355 10 231 0 141 43 7 502 135 60
Binary 11101101 1000 10011001 0 1100001 100011 111 101000010 1011101 110000

Color Harmonies of #ED0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0899

Black with #ED0899

Text Example


Text Example

White with #ED0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0899; }

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

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

background-color css

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

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

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

border-color css

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

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

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