Html Css Color HEX #E31595 Deep Pink

📋 copy color: '#E31595'

red 227 ◦ green 21 ◦ blue 149

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

Shades of Deep Pink #E31595

Tints of Deep Pink #E31595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.29%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 57.18%
G = 5.29%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E31595 (or 0xE31595) is known color: Deep Pink. HEX triplet: E3, 15 and 95. RGB value is (227,21,149). Sum of RGB (Red+Green+Blue) = 227+21+149=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E31595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31595 is #1CEA6A. Grayscale: #606060. Windows color (decimal): -1895019 or 9770467. OLE color: 9770467.

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

Color convert

RGB 227 21 149 -
CMYK 0 0.91 0.34 0.11
HSL 322.72º 0.83% 0.49% -
HSV(B) 322.72º 0.91% 0.89% -
XYZ 37.37 19.04 30.14 -
YUV 97.19 157.25 220.59 -
System Red Green Blue C M Y K H S L
Decimal 227 21 149 0 0.91 0.34 0.11 322.72 0.83 0.49
Hex E3 15 95 0 5B 22 B 143 53 31
Octal 343 25 225 0 133 42 13 503 123 61
Binary 11100011 10101 10010101 0 1011011 100010 1011 101000011 1010011 110001

Color Harmonies of #E31595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31595

Black with #E31595

Text Example


Text Example

White with #E31595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31595; }

 p { color: rgb(227,21,149); }

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

background-color css

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

 a { background-color: rgb(227,21,149); }

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

border-color css

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

 span { border-color: rgb(227,21,149); }

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