Html Css Color HEX #ED10A0 Hollywood Cerise

📋 copy color: '#ED10A0'

red 237 ◦ green 16 ◦ blue 160

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

Shades of Hollywood Cerise #ED10A0

Tints of Hollywood Cerise #ED10A0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.87%

 BLUE value IS 160 (62.89% from 255) = 38.74%

R = 57.38%
G = 3.87%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED10A0 (or 0xED10A0) is known color: Hollywood Cerise. HEX triplet: ED, 10 and A0. RGB value is (237,16,160). Sum of RGB (Red+Green+Blue) = 237+16+160=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED10A0 is #12EF5F. Grayscale: #626262. Windows color (decimal): -1240928 or 10490093. OLE color: 10490093.

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

Color convert

RGB 237 16 160 -
CMYK 0 0.93 0.32 0.07
HSL 320.91º 0.87% 0.5% -
HSV(B) 320.91º 0.93% 0.93% -
XYZ 41.46 20.91 35.11 -
YUV 98.5 162.72 226.79 -
System Red Green Blue C M Y K H S L
Decimal 237 16 160 0 0.93 0.32 0.07 320.91 0.87 0.5
Hex ED 10 A0 0 5D 20 7 141 57 32
Octal 355 20 240 0 135 40 7 501 127 62
Binary 11101101 10000 10100000 0 1011101 100000 111 101000001 1010111 110010

Color Harmonies of #ED10A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED10A0

Black with #ED10A0

Text Example


Text Example

White with #ED10A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED10A0; }

 p { color: rgb(237,16,160); }

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

background-color css

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

 a { background-color: rgb(237,16,160); }

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

border-color css

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

 span { border-color: rgb(237,16,160); }

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