Html Css Color HEX #ED10AC Hollywood Cerise

📋 copy color: '#ED10AC'

red 237 ◦ green 16 ◦ blue 172

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

Shades of Hollywood Cerise #ED10AC

Tints of Hollywood Cerise #ED10AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.47%

R = 55.76%
G = 3.76%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED10AC (or 0xED10AC) is known color: Hollywood Cerise. HEX triplet: ED, 10 and AC. RGB value is (237,16,172). Sum of RGB (Red+Green+Blue) = 237+16+172=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED10AC is #12EF53. Grayscale: #636363. Windows color (decimal): -1240916 or 11276525. OLE color: 11276525.

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

Color convert

RGB 237 16 172 -
CMYK 0 0.93 0.27 0.07
HSL 317.65º 0.87% 0.5% -
HSV(B) 317.65º 0.93% 0.93% -
XYZ 42.56 21.35 40.91 -
YUV 99.86 168.72 225.82 -
System Red Green Blue C M Y K H S L
Decimal 237 16 172 0 0.93 0.27 0.07 317.65 0.87 0.5
Hex ED 10 AC 0 5D 1B 7 13E 57 32
Octal 355 20 254 0 135 33 7 476 127 62
Binary 11101101 10000 10101100 0 1011101 11011 111 100111110 1010111 110010

Color Harmonies of #ED10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED10AC

Black with #ED10AC

Text Example


Text Example

White with #ED10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED10AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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