Html Css Color HEX #ED15A2 Hollywood Cerise

📋 copy color: '#ED15A2'

red 237 ◦ green 21 ◦ blue 162

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

Shades of Hollywood Cerise #ED15A2

Tints of Hollywood Cerise #ED15A2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5%

 BLUE value IS 162 (63.67% from 255) = 38.57%

R = 56.43%
G = 5%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED15A2 (or 0xED15A2) is known color: Hollywood Cerise. HEX triplet: ED, 15 and A2. RGB value is (237,21,162). Sum of RGB (Red+Green+Blue) = 237+21+162=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED15A2 is #12EA5D. Grayscale: #656565. Windows color (decimal): -1239646 or 10622445. OLE color: 10622445.

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

Color convert

RGB 237 21 162 -
CMYK 0 0.91 0.32 0.07
HSL 320.83º 0.86% 0.51% -
HSV(B) 320.83º 0.91% 0.93% -
XYZ 41.71 21.15 36.07 -
YUV 101.66 162.06 224.54 -
System Red Green Blue C M Y K H S L
Decimal 237 21 162 0 0.91 0.32 0.07 320.83 0.86 0.51
Hex ED 15 A2 0 5B 20 7 141 56 33
Octal 355 25 242 0 133 40 7 501 126 63
Binary 11101101 10101 10100010 0 1011011 100000 111 101000001 1010110 110011

Color Harmonies of #ED15A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15A2

Black with #ED15A2

Text Example


Text Example

White with #ED15A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15A2; }

 p { color: rgb(237,21,162); }

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

background-color css

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

 a { background-color: rgb(237,21,162); }

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

border-color css

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

 span { border-color: rgb(237,21,162); }

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