Html Css Color HEX #ED1597 Deep Pink

📋 copy color: '#ED1597'

red 237 ◦ green 21 ◦ blue 151

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

Shades of Deep Pink #ED1597

Tints of Deep Pink #ED1597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 57.95%
G = 5.13%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED1597 (or 0xED1597) is known color: Deep Pink. HEX triplet: ED, 15 and 97. RGB value is (237,21,151). Sum of RGB (Red+Green+Blue) = 237+21+151=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1597 is #12EA68. Grayscale: #646464. Windows color (decimal): -1239657 or 9901549. OLE color: 9901549.

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

Color convert

RGB 237 21 151 -
CMYK 0 0.91 0.36 0.07
HSL 323.89º 0.86% 0.51% -
HSV(B) 323.89º 0.91% 0.93% -
XYZ 40.78 20.78 31.14 -
YUV 100.4 156.56 225.43 -
System Red Green Blue C M Y K H S L
Decimal 237 21 151 0 0.91 0.36 0.07 323.89 0.86 0.51
Hex ED 15 97 0 5B 24 7 144 56 33
Octal 355 25 227 0 133 44 7 504 126 63
Binary 11101101 10101 10010111 0 1011011 100100 111 101000100 1010110 110011

Color Harmonies of #ED1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1597

Black with #ED1597

Text Example


Text Example

White with #ED1597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1597; }

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

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

background-color css

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

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

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

border-color css

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

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

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