Html Css Color HEX #ED1A92 Deep Pink

📋 copy color: '#ED1A92'

red 237 ◦ green 26 ◦ blue 146

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

Shades of Deep Pink #ED1A92

Tints of Deep Pink #ED1A92

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.36%

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

R = 57.95%
G = 6.36%
B = 35.7%

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

#ED1A92 (or 0xED1A92) is known color: Deep Pink. HEX triplet: ED, 1A and 92. RGB value is (237,26,146). Sum of RGB (Red+Green+Blue) = 237+26+146=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1A92 is #12E56D. Grayscale: #666666. Windows color (decimal): -1238382 or 9575149. OLE color: 9575149.

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

Color convert

RGB 237 26 146 -
CMYK 0 0.89 0.38 0.07
HSL 325.88º 0.85% 0.52% -
HSV(B) 325.88º 0.89% 0.93% -
XYZ 40.48 20.82 29.08 -
YUV 102.77 152.4 223.74 -
System Red Green Blue C M Y K H S L
Decimal 237 26 146 0 0.89 0.38 0.07 325.88 0.85 0.52
Hex ED 1A 92 0 59 26 7 146 55 34
Octal 355 32 222 0 131 46 7 506 125 64
Binary 11101101 11010 10010010 0 1011001 100110 111 101000110 1010101 110100

Color Harmonies of #ED1A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1A92

Black with #ED1A92

Text Example


Text Example

White with #ED1A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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