Html Css Color HEX #ED1790 Deep Pink

📋 copy color: '#ED1790'

red 237 ◦ green 23 ◦ blue 144

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

Shades of Deep Pink #ED1790

Tints of Deep Pink #ED1790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 58.66%
G = 5.69%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED1790 (or 0xED1790) is known color: Deep Pink. HEX triplet: ED, 17 and 90. RGB value is (237,23,144). Sum of RGB (Red+Green+Blue) = 237+23+144=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1790 is #12E86F. Grayscale: #646464. Windows color (decimal): -1239152 or 9443309. OLE color: 9443309.

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

Color convert

RGB 237 23 144 -
CMYK 0 0.90 0.39 0.07
HSL 326.07º 0.86% 0.51% -
HSV(B) 326.07º 0.9% 0.93% -
XYZ 40.27 20.63 28.25 -
YUV 100.78 152.4 225.16 -
System Red Green Blue C M Y K H S L
Decimal 237 23 144 0 0.90 0.39 0.07 326.07 0.86 0.51
Hex ED 17 90 0 5A 27 7 146 56 33
Octal 355 27 220 0 132 47 7 506 126 63
Binary 11101101 10111 10010000 0 1011010 100111 111 101000110 1010110 110011

Color Harmonies of #ED1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1790

Black with #ED1790

Text Example


Text Example

White with #ED1790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1790; }

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

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

background-color css

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

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

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

border-color css

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

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

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