Html Css Color HEX #ED1493 Deep Pink

📋 copy color: '#ED1493'

red 237 ◦ green 20 ◦ blue 147

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

Shades of Deep Pink #ED1493

Tints of Deep Pink #ED1493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.95%

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 58.66%
G = 4.95%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED1493 (or 0xED1493) is known color: Deep Pink. HEX triplet: ED, 14 and 93. RGB value is (237,20,147). Sum of RGB (Red+Green+Blue) = 237+20+147=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1493 is #12EB6C. Grayscale: #636363. Windows color (decimal): -1239917 or 9639149. OLE color: 9639149.

HSL color Cylindrical-coordinate representation of color #ED1493: hue angle of 324.88º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1493 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 20 147 -
CMYK 0 0.92 0.38 0.07
HSL 324.88º 0.86% 0.5% -
HSV(B) 324.88º 0.92% 0.93% -
XYZ 40.44 20.61 29.45 -
YUV 99.36 154.89 226.17 -
System Red Green Blue C M Y K H S L
Decimal 237 20 147 0 0.92 0.38 0.07 324.88 0.86 0.5
Hex ED 14 93 0 5C 26 7 145 56 32
Octal 355 24 223 0 134 46 7 505 126 62
Binary 11101101 10100 10010011 0 1011100 100110 111 101000101 1010110 110010

Color Harmonies of #ED1493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1493

Black with #ED1493

Text Example


Text Example

White with #ED1493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1493; }

 p { color: rgb(237,20,147); }

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

background-color css

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

 a { background-color: rgb(237,20,147); }

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

border-color css

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

 span { border-color: rgb(237,20,147); }

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