Html Css Color HEX #ED1786 Deep Pink

📋 copy color: '#ED1786'

red 237 ◦ green 23 ◦ blue 134

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

Shades of Deep Pink #ED1786

Tints of Deep Pink #ED1786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.84%

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 60.15%
G = 5.84%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED1786 (or 0xED1786) is known color: Deep Pink. HEX triplet: ED, 17 and 86. RGB value is (237,23,134). Sum of RGB (Red+Green+Blue) = 237+23+134=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1786 is #12E879. Grayscale: #636363. Windows color (decimal): -1239162 or 8787949. OLE color: 8787949.

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

Color convert

RGB 237 23 134 -
CMYK 0 0.90 0.43 0.07
HSL 328.88º 0.86% 0.51% -
HSV(B) 328.88º 0.9% 0.93% -
XYZ 39.53 20.34 24.4 -
YUV 99.64 147.4 225.97 -
System Red Green Blue C M Y K H S L
Decimal 237 23 134 0 0.90 0.43 0.07 328.88 0.86 0.51
Hex ED 17 86 0 5A 2B 7 149 56 33
Octal 355 27 206 0 132 53 7 511 126 63
Binary 11101101 10111 10000110 0 1011010 101011 111 101001001 1010110 110011

Color Harmonies of #ED1786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1786

Black with #ED1786

Text Example


Text Example

White with #ED1786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1786; }

 p { color: rgb(237,23,134); }

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

background-color css

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

 a { background-color: rgb(237,23,134); }

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

border-color css

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

 span { border-color: rgb(237,23,134); }

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