Html Css Color HEX #ED1993 Deep Pink

📋 copy color: '#ED1993'

red 237 ◦ green 25 ◦ blue 147

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

Shades of Deep Pink #ED1993

Tints of Deep Pink #ED1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.11%

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

R = 57.95%
G = 6.11%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED1993 (or 0xED1993) is known color: Deep Pink. HEX triplet: ED, 19 and 93. RGB value is (237,25,147). Sum of RGB (Red+Green+Blue) = 237+25+147=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1993 is #12E66C. Grayscale: #666666. Windows color (decimal): -1238637 or 9640429. OLE color: 9640429.

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

Color convert

RGB 237 25 147 -
CMYK 0 0.89 0.38 0.07
HSL 325.47º 0.85% 0.51% -
HSV(B) 325.47º 0.89% 0.93% -
XYZ 40.54 20.81 29.48 -
YUV 102.3 153.24 224.08 -
System Red Green Blue C M Y K H S L
Decimal 237 25 147 0 0.89 0.38 0.07 325.47 0.85 0.51
Hex ED 19 93 0 59 26 7 145 55 33
Octal 355 31 223 0 131 46 7 505 125 63
Binary 11101101 11001 10010011 0 1011001 100110 111 101000101 1010101 110011

Color Harmonies of #ED1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1993

Black with #ED1993

Text Example


Text Example

White with #ED1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1993; }

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

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

background-color css

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

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

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

border-color css

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

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

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