Html Css Color HEX #ED159D Deep Pink

📋 copy color: '#ED159D'

red 237 ◦ green 21 ◦ blue 157

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

Shades of Deep Pink #ED159D

Tints of Deep Pink #ED159D

RGB

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

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

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

R = 57.11%
G = 5.06%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED159D (or 0xED159D) is known color: Deep Pink. HEX triplet: ED, 15 and 9D. RGB value is (237,21,157). Sum of RGB (Red+Green+Blue) = 237+21+157=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED159D is #12EA62. Grayscale: #646464. Windows color (decimal): -1239651 or 10294765. OLE color: 10294765.

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

Color convert

RGB 237 21 157 -
CMYK 0 0.91 0.34 0.07
HSL 322.22º 0.86% 0.51% -
HSV(B) 322.22º 0.91% 0.93% -
XYZ 41.28 20.98 33.77 -
YUV 101.09 159.56 224.94 -
System Red Green Blue C M Y K H S L
Decimal 237 21 157 0 0.91 0.34 0.07 322.22 0.86 0.51
Hex ED 15 9D 0 5B 22 7 142 56 33
Octal 355 25 235 0 133 42 7 502 126 63
Binary 11101101 10101 10011101 0 1011011 100010 111 101000010 1010110 110011

Color Harmonies of #ED159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED159D

Black with #ED159D

Text Example


Text Example

White with #ED159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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