Html Css Color HEX #E31992 Deep Pink

📋 copy color: '#E31992'

red 227 ◦ green 25 ◦ blue 146

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

Shades of Deep Pink #E31992

Tints of Deep Pink #E31992

RGB

 RED value IS 227 (89.06% from 255) = 57.04%

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

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

R = 57.04%
G = 6.28%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E31992 (or 0xE31992) is known color: Deep Pink. HEX triplet: E3, 19 and 92. RGB value is (227,25,146). Sum of RGB (Red+Green+Blue) = 227+25+146=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E31992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31992 is #1CE66D. Grayscale: #626262. Windows color (decimal): -1893998 or 9574883. OLE color: 9574883.

HSL color Cylindrical-coordinate representation of color #E31992: hue angle of 324.06º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31992 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 25 146 -
CMYK 0 0.89 0.36 0.11
HSL 324.06º 0.8% 0.49% -
HSV(B) 324.06º 0.89% 0.89% -
XYZ 37.21 19.1 28.92 -
YUV 99.19 154.42 219.16 -
System Red Green Blue C M Y K H S L
Decimal 227 25 146 0 0.89 0.36 0.11 324.06 0.8 0.49
Hex E3 19 92 0 59 24 B 144 50 31
Octal 343 31 222 0 131 44 13 504 120 61
Binary 11100011 11001 10010010 0 1011001 100100 1011 101000100 1010000 110001

Color Harmonies of #E31992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31992

Black with #E31992

Text Example


Text Example

White with #E31992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31992; }

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

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

background-color css

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

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

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

border-color css

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

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

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