Html Css Color HEX #ED159B Deep Pink

📋 copy color: '#ED159B'

red 237 ◦ green 21 ◦ blue 155

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

Shades of Deep Pink #ED159B

Tints of Deep Pink #ED159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 57.38%
G = 5.08%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED159B (or 0xED159B) is known color: Deep Pink. HEX triplet: ED, 15 and 9B. RGB value is (237,21,155). Sum of RGB (Red+Green+Blue) = 237+21+155=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED159B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED159B is #12EA64. Grayscale: #646464. Windows color (decimal): -1239653 or 10163693. OLE color: 10163693.

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

Color convert

RGB 237 21 155 -
CMYK 0 0.91 0.35 0.07
HSL 322.78º 0.86% 0.51% -
HSV(B) 322.78º 0.91% 0.93% -
XYZ 41.11 20.91 32.88 -
YUV 100.86 158.56 225.1 -
System Red Green Blue C M Y K H S L
Decimal 237 21 155 0 0.91 0.35 0.07 322.78 0.86 0.51
Hex ED 15 9B 0 5B 23 7 143 56 33
Octal 355 25 233 0 133 43 7 503 126 63
Binary 11101101 10101 10011011 0 1011011 100011 111 101000011 1010110 110011

Color Harmonies of #ED159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED159B

Black with #ED159B

Text Example


Text Example

White with #ED159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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