Html Css Color HEX #ED159F Hollywood Cerise

📋 copy color: '#ED159F'

red 237 ◦ green 21 ◦ blue 159

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

Shades of Hollywood Cerise #ED159F

Tints of Hollywood Cerise #ED159F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.04%

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

R = 56.83%
G = 5.04%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED159F (or 0xED159F) is known color: Hollywood Cerise. HEX triplet: ED, 15 and 9F. RGB value is (237,21,159). Sum of RGB (Red+Green+Blue) = 237+21+159=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED159F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED159F is #12EA60. Grayscale: #646464. Windows color (decimal): -1239649 or 10425837. OLE color: 10425837.

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

Color convert

RGB 237 21 159 -
CMYK 0 0.91 0.33 0.07
HSL 321.67º 0.86% 0.51% -
HSV(B) 321.67º 0.91% 0.93% -
XYZ 41.45 21.04 34.68 -
YUV 101.32 160.56 224.78 -
System Red Green Blue C M Y K H S L
Decimal 237 21 159 0 0.91 0.33 0.07 321.67 0.86 0.51
Hex ED 15 9F 0 5B 21 7 142 56 33
Octal 355 25 237 0 133 41 7 502 126 63
Binary 11101101 10101 10011111 0 1011011 100001 111 101000010 1010110 110011

Color Harmonies of #ED159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED159F

Black with #ED159F

Text Example


Text Example

White with #ED159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED159F; }

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

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

background-color css

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

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

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

border-color css

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

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

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