Html Css Color HEX #ED0FA2 Hollywood Cerise

📋 copy color: '#ED0FA2'

red 237 ◦ green 15 ◦ blue 162

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

Shades of Hollywood Cerise #ED0FA2

Tints of Hollywood Cerise #ED0FA2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.62%

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

R = 57.25%
G = 3.62%
B = 39.13%

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

#ED0FA2 (or 0xED0FA2) is known color: Hollywood Cerise. HEX triplet: ED, 0F and A2. RGB value is (237,15,162). Sum of RGB (Red+Green+Blue) = 237+15+162=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0FA2 is #12F05D. Grayscale: #616161. Windows color (decimal): -1241182 or 10620909. OLE color: 10620909.

HSL color Cylindrical-coordinate representation of color #ED0FA2: hue angle of 320.27º degrees, saturation: 0.88, 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 #ED0FA2 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 15 162 -
CMYK 0 0.94 0.32 0.07
HSL 320.27º 0.88% 0.49% -
HSV(B) 320.27º 0.94% 0.93% -
XYZ 41.62 20.95 36.03 -
YUV 98.14 164.05 227.05 -
System Red Green Blue C M Y K H S L
Decimal 237 15 162 0 0.94 0.32 0.07 320.27 0.88 0.49
Hex ED F A2 0 5E 20 7 140 58 31
Octal 355 17 242 0 136 40 7 500 130 61
Binary 11101101 1111 10100010 0 1011110 100000 111 101000000 1011000 110001

Color Harmonies of #ED0FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FA2

Black with #ED0FA2

Text Example


Text Example

White with #ED0FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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