Html Css Color HEX #ED0099 Hollywood Cerise

📋 copy color: '#ED0099'

red 237 ◦ green 0 ◦ blue 153

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

Shades of Hollywood Cerise #ED0099

Tints of Hollywood Cerise #ED0099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.77%
G = 0%
B = 39.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED0099 (or 0xED0099) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 99. RGB value is (237,0,153). Sum of RGB (Red+Green+Blue) = 237+0+153=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0099 is #12FF66. Grayscale: #575757. Windows color (decimal): -1245031 or 10027245. OLE color: 10027245.

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

Color convert

RGB 237 0 153 -
CMYK 0 1 0.35 0.07
HSL 321.27º 1% 0.46% -
HSV(B) 321.27º 1% 0.93% -
XYZ 40.67 20.3 31.91 -
YUV 88.31 164.52 234.06 -
System Red Green Blue C M Y K H S L
Decimal 237 0 153 0 1 0.35 0.07 321.27 1 0.46
Hex ED 0 99 0 64 23 7 141 64 2E
Octal 355 0 231 0 144 43 7 501 144 56
Binary 11101101 0 10011001 0 1100100 100011 111 101000001 1100100 101110

Color Harmonies of #ED0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0099

Black with #ED0099

Text Example


Text Example

White with #ED0099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0099; }

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

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

background-color css

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

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

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

border-color css

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

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

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