Html Css Color HEX #ED0A9D Hollywood Cerise

📋 copy color: '#ED0A9D'

red 237 ◦ green 10 ◦ blue 157

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

Shades of Hollywood Cerise #ED0A9D

Tints of Hollywood Cerise #ED0A9D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 58.66%
G = 2.48%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED0A9D (or 0xED0A9D) is known color: Hollywood Cerise. HEX triplet: ED, 0A and 9D. RGB value is (237,10,157). Sum of RGB (Red+Green+Blue) = 237+10+157=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0A9D is #12F562. Grayscale: #5E5E5E. Windows color (decimal): -1242467 or 10291949. OLE color: 10291949.

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

Color convert

RGB 237 10 157 -
CMYK 0 0.96 0.34 0.07
HSL 321.15º 0.92% 0.48% -
HSV(B) 321.15º 0.96% 0.93% -
XYZ 41.12 20.66 33.72 -
YUV 94.63 163.21 229.55 -
System Red Green Blue C M Y K H S L
Decimal 237 10 157 0 0.96 0.34 0.07 321.15 0.92 0.48
Hex ED A 9D 0 60 22 7 141 5C 30
Octal 355 12 235 0 140 42 7 501 134 60
Binary 11101101 1010 10011101 0 1100000 100010 111 101000001 1011100 110000

Color Harmonies of #ED0A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0A9D

Black with #ED0A9D

Text Example


Text Example

White with #ED0A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0A9D; }

 p { color: rgb(237,10,157); }

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

background-color css

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

 a { background-color: rgb(237,10,157); }

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

border-color css

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

 span { border-color: rgb(237,10,157); }

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