Html Css Color HEX #ED1785 Deep Pink

📋 copy color: '#ED1785'

red 237 ◦ green 23 ◦ blue 133

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

Shades of Deep Pink #ED1785

Tints of Deep Pink #ED1785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 60.31%
G = 5.85%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED1785 (or 0xED1785) is known color: Deep Pink. HEX triplet: ED, 17 and 85. RGB value is (237,23,133). Sum of RGB (Red+Green+Blue) = 237+23+133=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1785 is #12E87A. Grayscale: #636363. Windows color (decimal): -1239163 or 8722413. OLE color: 8722413.

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

Color convert

RGB 237 23 133 -
CMYK 0 0.90 0.44 0.07
HSL 329.16º 0.86% 0.51% -
HSV(B) 329.16º 0.9% 0.93% -
XYZ 39.47 20.31 24.03 -
YUV 99.53 146.9 226.06 -
System Red Green Blue C M Y K H S L
Decimal 237 23 133 0 0.90 0.44 0.07 329.16 0.86 0.51
Hex ED 17 85 0 5A 2C 7 149 56 33
Octal 355 27 205 0 132 54 7 511 126 63
Binary 11101101 10111 10000101 0 1011010 101100 111 101001001 1010110 110011

Color Harmonies of #ED1785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1785

Black with #ED1785

Text Example


Text Example

White with #ED1785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1785; }

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

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

background-color css

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

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

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

border-color css

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

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

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