Html Css Color HEX #ED0799 Hollywood Cerise

📋 copy color: '#ED0799'

red 237 ◦ green 7 ◦ blue 153

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

Shades of Hollywood Cerise #ED0799

Tints of Hollywood Cerise #ED0799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.76%

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

R = 59.7%
G = 1.76%
B = 38.54%

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

#ED0799 (or 0xED0799) is known color: Hollywood Cerise. HEX triplet: ED, 07 and 99. RGB value is (237,7,153). Sum of RGB (Red+Green+Blue) = 237+7+153=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0799 is #12F866. Grayscale: #5C5C5C. Windows color (decimal): -1243239 or 10029037. OLE color: 10029037.

HSL color Cylindrical-coordinate representation of color #ED0799: hue angle of 321.91º degrees, saturation: 0.94, 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 #ED0799 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 7 153 -
CMYK 0 0.97 0.35 0.07
HSL 321.91º 0.94% 0.48% -
HSV(B) 321.91º 0.97% 0.93% -
XYZ 40.75 20.46 31.94 -
YUV 92.41 162.2 231.13 -
System Red Green Blue C M Y K H S L
Decimal 237 7 153 0 0.97 0.35 0.07 321.91 0.94 0.48
Hex ED 7 99 0 61 23 7 142 5E 30
Octal 355 7 231 0 141 43 7 502 136 60
Binary 11101101 111 10011001 0 1100001 100011 111 101000010 1011110 110000

Color Harmonies of #ED0799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0799

Black with #ED0799

Text Example


Text Example

White with #ED0799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0799; }

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

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

background-color css

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

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

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

border-color css

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

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

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