Html Css Color HEX #ED10A8 Hollywood Cerise

📋 copy color: '#ED10A8'

red 237 ◦ green 16 ◦ blue 168

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

Shades of Hollywood Cerise #ED10A8

Tints of Hollywood Cerise #ED10A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 56.29%
G = 3.8%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED10A8 (or 0xED10A8) is known color: Hollywood Cerise. HEX triplet: ED, 10 and A8. RGB value is (237,16,168). Sum of RGB (Red+Green+Blue) = 237+16+168=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED10A8 is #12EF57. Grayscale: #636363. Windows color (decimal): -1240920 or 11014381. OLE color: 11014381.

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

Color convert

RGB 237 16 168 -
CMYK 0 0.93 0.29 0.07
HSL 318.73º 0.87% 0.5% -
HSV(B) 318.73º 0.93% 0.93% -
XYZ 42.18 21.2 38.92 -
YUV 99.41 166.72 226.14 -
System Red Green Blue C M Y K H S L
Decimal 237 16 168 0 0.93 0.29 0.07 318.73 0.87 0.5
Hex ED 10 A8 0 5D 1D 7 13F 57 32
Octal 355 20 250 0 135 35 7 477 127 62
Binary 11101101 10000 10101000 0 1011101 11101 111 100111111 1010111 110010

Color Harmonies of #ED10A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED10A8

Black with #ED10A8

Text Example


Text Example

White with #ED10A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED10A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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