Html Css Color HEX #ED039C Hollywood Cerise

📋 copy color: '#ED039C'

red 237 ◦ green 3 ◦ blue 156

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

Shades of Hollywood Cerise #ED039C

Tints of Hollywood Cerise #ED039C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 59.85%
G = 0.76%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED039C (or 0xED039C) is known color: Hollywood Cerise. HEX triplet: ED, 03 and 9C. RGB value is (237,3,156). Sum of RGB (Red+Green+Blue) = 237+3+156=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED039C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED039C is #12FC63. Grayscale: #5A5A5A. Windows color (decimal): -1244260 or 10224621. OLE color: 10224621.

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

Color convert

RGB 237 3 156 -
CMYK 0 0.99 0.34 0.07
HSL 320.77º 0.98% 0.47% -
HSV(B) 320.77º 0.99% 0.93% -
XYZ 40.96 20.47 33.24 -
YUV 90.41 165.02 232.56 -
System Red Green Blue C M Y K H S L
Decimal 237 3 156 0 0.99 0.34 0.07 320.77 0.98 0.47
Hex ED 3 9C 0 63 22 7 141 62 2F
Octal 355 3 234 0 143 42 7 501 142 57
Binary 11101101 11 10011100 0 1100011 100010 111 101000001 1100010 101111

Color Harmonies of #ED039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED039C

Black with #ED039C

Text Example


Text Example

White with #ED039C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED039C; }

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

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

background-color css

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

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

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

border-color css

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

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

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