Html Css Color HEX #E31794 Deep Pink

📋 copy color: '#E31794'

red 227 ◦ green 23 ◦ blue 148

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

Shades of Deep Pink #E31794

Tints of Deep Pink #E31794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.78%

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 57.04%
G = 5.78%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E31794 (or 0xE31794) is known color: Deep Pink. HEX triplet: E3, 17 and 94. RGB value is (227,23,148). Sum of RGB (Red+Green+Blue) = 227+23+148=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E31794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31794 is #1CE86B. Grayscale: #616161. Windows color (decimal): -1894508 or 9705443. OLE color: 9705443.

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

Color convert

RGB 227 23 148 -
CMYK 0 0.90 0.35 0.11
HSL 323.24º 0.82% 0.49% -
HSV(B) 323.24º 0.9% 0.89% -
XYZ 37.33 19.08 29.73 -
YUV 98.25 156.09 219.84 -
System Red Green Blue C M Y K H S L
Decimal 227 23 148 0 0.90 0.35 0.11 323.24 0.82 0.49
Hex E3 17 94 0 5A 23 B 143 52 31
Octal 343 27 224 0 132 43 13 503 122 61
Binary 11100011 10111 10010100 0 1011010 100011 1011 101000011 1010010 110001

Color Harmonies of #E31794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31794

Black with #E31794

Text Example


Text Example

White with #E31794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31794; }

 p { color: rgb(227,23,148); }

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

background-color css

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

 a { background-color: rgb(227,23,148); }

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

border-color css

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

 span { border-color: rgb(227,23,148); }

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