Html Css Color HEX #ED039F Hollywood Cerise

📋 copy color: '#ED039F'

red 237 ◦ green 3 ◦ blue 159

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

Shades of Hollywood Cerise #ED039F

Tints of Hollywood Cerise #ED039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 59.4%
G = 0.75%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED039F (or 0xED039F) is known color: Hollywood Cerise. HEX triplet: ED, 03 and 9F. RGB value is (237,3,159). Sum of RGB (Red+Green+Blue) = 237+3+159=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED039F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED039F is #12FC60. Grayscale: #5A5A5A. Windows color (decimal): -1244257 or 10421229. OLE color: 10421229.

HSL color Cylindrical-coordinate representation of color #ED039F: hue angle of 320º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED039F is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 3 159 -
CMYK 0 0.99 0.33 0.07
HSL 320º 0.98% 0.47% -
HSV(B) 320º 0.99% 0.93% -
XYZ 41.22 20.57 34.6 -
YUV 90.75 166.52 232.32 -
System Red Green Blue C M Y K H S L
Decimal 237 3 159 0 0.99 0.33 0.07 320 0.98 0.47
Hex ED 3 9F 0 63 21 7 140 62 2F
Octal 355 3 237 0 143 41 7 500 142 57
Binary 11101101 11 10011111 0 1100011 100001 111 101000000 1100010 101111

Color Harmonies of #ED039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED039F

Black with #ED039F

Text Example


Text Example

White with #ED039F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED039F; }

 p { color: rgb(237,3,159); }

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

background-color css

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

 a { background-color: rgb(237,3,159); }

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

border-color css

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

 span { border-color: rgb(237,3,159); }

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