Html Css Color HEX #ED1588 Deep Pink

📋 copy color: '#ED1588'

red 237 ◦ green 21 ◦ blue 136

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

Shades of Deep Pink #ED1588

Tints of Deep Pink #ED1588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 60.15%
G = 5.33%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED1588 (or 0xED1588) is known color: Deep Pink. HEX triplet: ED, 15 and 88. RGB value is (237,21,136). Sum of RGB (Red+Green+Blue) = 237+21+136=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1588 is #12EA77. Grayscale: #626262. Windows color (decimal): -1239672 or 8918509. OLE color: 8918509.

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

Color convert

RGB 237 21 136 -
CMYK 0 0.91 0.43 0.07
HSL 328.06º 0.86% 0.51% -
HSV(B) 328.06º 0.91% 0.93% -
XYZ 39.64 20.32 25.13 -
YUV 98.69 149.06 226.65 -
System Red Green Blue C M Y K H S L
Decimal 237 21 136 0 0.91 0.43 0.07 328.06 0.86 0.51
Hex ED 15 88 0 5B 2B 7 148 56 33
Octal 355 25 210 0 133 53 7 510 126 63
Binary 11101101 10101 10001000 0 1011011 101011 111 101001000 1010110 110011

Color Harmonies of #ED1588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1588

Black with #ED1588

Text Example


Text Example

White with #ED1588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1588; }

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

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

background-color css

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

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

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

border-color css

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

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

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