Html Css Color HEX #ED019D Hollywood Cerise

📋 copy color: '#ED019D'

red 237 ◦ green 1 ◦ blue 157

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

Shades of Hollywood Cerise #ED019D

Tints of Hollywood Cerise #ED019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 60%
G = 0.25%
B = 39.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED019D (or 0xED019D) is known color: Hollywood Cerise. HEX triplet: ED, 01 and 9D. RGB value is (237,1,157). Sum of RGB (Red+Green+Blue) = 237+1+157=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED019D is #12FE62. Grayscale: #585858. Windows color (decimal): -1244771 or 10289645. OLE color: 10289645.

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

Color convert

RGB 237 1 157 -
CMYK 0 1.00 0.34 0.07
HSL 320.34º 0.99% 0.47% -
HSV(B) 320.34º 1% 0.93% -
XYZ 41.02 20.46 33.69 -
YUV 89.35 166.19 233.32 -
System Red Green Blue C M Y K H S L
Decimal 237 1 157 0 1.00 0.34 0.07 320.34 0.99 0.47
Hex ED 1 9D 0 64 22 7 140 63 2F
Octal 355 1 235 0 144 42 7 500 143 57
Binary 11101101 1 10011101 0 1100100 100010 111 101000000 1100011 101111

Color Harmonies of #ED019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED019D

Black with #ED019D

Text Example


Text Example

White with #ED019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED019D; }

 p { color: rgb(237,1,157); }

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

background-color css

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

 a { background-color: rgb(237,1,157); }

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

border-color css

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

 span { border-color: rgb(237,1,157); }

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