Html Css Color HEX #ED0EA2 Hollywood Cerise

📋 copy color: '#ED0EA2'

red 237 ◦ green 14 ◦ blue 162

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

Shades of Hollywood Cerise #ED0EA2

Tints of Hollywood Cerise #ED0EA2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.39%

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

R = 57.38%
G = 3.39%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED0EA2 (or 0xED0EA2) is known color: Hollywood Cerise. HEX triplet: ED, 0E and A2. RGB value is (237,14,162). Sum of RGB (Red+Green+Blue) = 237+14+162=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0EA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0EA2 is #12F15D. Grayscale: #616161. Windows color (decimal): -1241438 or 10620653. OLE color: 10620653.

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

Color convert

RGB 237 14 162 -
CMYK 0 0.94 0.32 0.07
HSL 320.18º 0.89% 0.49% -
HSV(B) 320.18º 0.94% 0.93% -
XYZ 41.6 20.93 36.03 -
YUV 97.55 164.38 227.47 -
System Red Green Blue C M Y K H S L
Decimal 237 14 162 0 0.94 0.32 0.07 320.18 0.89 0.49
Hex ED E A2 0 5E 20 7 140 59 31
Octal 355 16 242 0 136 40 7 500 131 61
Binary 11101101 1110 10100010 0 1011110 100000 111 101000000 1011001 110001

Color Harmonies of #ED0EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0EA2

Black with #ED0EA2

Text Example


Text Example

White with #ED0EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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