Html Css Color HEX #ED1992 Deep Pink

📋 copy color: '#ED1992'

red 237 ◦ green 25 ◦ blue 146

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

Shades of Deep Pink #ED1992

Tints of Deep Pink #ED1992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 58.09%
G = 6.13%
B = 35.78%

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

#ED1992 (or 0xED1992) is known color: Deep Pink. HEX triplet: ED, 19 and 92. RGB value is (237,25,146). Sum of RGB (Red+Green+Blue) = 237+25+146=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1992 is #12E66D. Grayscale: #656565. Windows color (decimal): -1238638 or 9574893. OLE color: 9574893.

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

Color convert

RGB 237 25 146 -
CMYK 0 0.89 0.38 0.07
HSL 325.75º 0.85% 0.51% -
HSV(B) 325.75º 0.89% 0.93% -
XYZ 40.46 20.78 29.07 -
YUV 102.18 152.74 224.16 -
System Red Green Blue C M Y K H S L
Decimal 237 25 146 0 0.89 0.38 0.07 325.75 0.85 0.51
Hex ED 19 92 0 59 26 7 146 55 33
Octal 355 31 222 0 131 46 7 506 125 63
Binary 11101101 11001 10010010 0 1011001 100110 111 101000110 1010101 110011

Color Harmonies of #ED1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1992

Black with #ED1992

Text Example


Text Example

White with #ED1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1992; }

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

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

background-color css

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

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

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

border-color css

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

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

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