Html Css Color HEX #E31490 Deep Pink

📋 copy color: '#E31490'

red 227 ◦ green 20 ◦ blue 144

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

Shades of Deep Pink #E31490

Tints of Deep Pink #E31490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 58.06%
G = 5.12%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E31490 (or 0xE31490) is known color: Deep Pink. HEX triplet: E3, 14 and 90. RGB value is (227,20,144). Sum of RGB (Red+Green+Blue) = 227+20+144=391 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.06% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 227 - color contains mainly: red. Hex color #E31490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31490 is #1CEB6F. Grayscale: #5F5F5F. Windows color (decimal): -1895280 or 9442531. OLE color: 9442531.

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

Color convert

RGB 227 20 144 -
CMYK 0 0.91 0.37 0.11
HSL 324.06º 0.84% 0.48% -
HSV(B) 324.06º 0.91% 0.89% -
XYZ 36.96 18.84 28.07 -
YUV 96.03 155.08 221.42 -
System Red Green Blue C M Y K H S L
Decimal 227 20 144 0 0.91 0.37 0.11 324.06 0.84 0.48
Hex E3 14 90 0 5B 25 B 144 54 30
Octal 343 24 220 0 133 45 13 504 124 60
Binary 11100011 10100 10010000 0 1011011 100101 1011 101000100 1010100 110000

Color Harmonies of #E31490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31490

Black with #E31490

Text Example


Text Example

White with #E31490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31490; }

 p { color: rgb(227,20,144); }

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

background-color css

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

 a { background-color: rgb(227,20,144); }

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

border-color css

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

 span { border-color: rgb(227,20,144); }

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