Html Css Color HEX #ED0D98 Hollywood Cerise

📋 copy color: '#ED0D98'

red 237 ◦ green 13 ◦ blue 152

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

Shades of Hollywood Cerise #ED0D98

Tints of Hollywood Cerise #ED0D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.23%

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 58.96%
G = 3.23%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED0D98 (or 0xED0D98) is known color: Hollywood Cerise. HEX triplet: ED, 0D and 98. RGB value is (237,13,152). Sum of RGB (Red+Green+Blue) = 237+13+152=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0D98 is #12F267. Grayscale: #5F5F5F. Windows color (decimal): -1241704 or 9965037. OLE color: 9965037.

HSL color Cylindrical-coordinate representation of color #ED0D98: hue angle of 322.77º 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 #ED0D98 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 13 152 -
CMYK 0 0.95 0.36 0.07
HSL 322.77º 0.9% 0.49% -
HSV(B) 322.77º 0.95% 0.93% -
XYZ 40.74 20.56 31.53 -
YUV 95.82 159.71 228.7 -
System Red Green Blue C M Y K H S L
Decimal 237 13 152 0 0.95 0.36 0.07 322.77 0.9 0.49
Hex ED D 98 0 5F 24 7 143 5A 31
Octal 355 15 230 0 137 44 7 503 132 61
Binary 11101101 1101 10011000 0 1011111 100100 111 101000011 1011010 110001

Color Harmonies of #ED0D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0D98

Black with #ED0D98

Text Example


Text Example

White with #ED0D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0D98; }

 p { color: rgb(237,13,152); }

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

background-color css

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

 a { background-color: rgb(237,13,152); }

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

border-color css

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

 span { border-color: rgb(237,13,152); }

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