Html Css Color HEX #E31994 Deep Pink

📋 copy color: '#E31994'

red 227 ◦ green 25 ◦ blue 148

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

Shades of Deep Pink #E31994

Tints of Deep Pink #E31994

RGB

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

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

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

R = 56.75%
G = 6.25%
B = 37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E31994 (or 0xE31994) is known color: Deep Pink. HEX triplet: E3, 19 and 94. RGB value is (227,25,148). Sum of RGB (Red+Green+Blue) = 227+25+148=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E31994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31994 is #1CE66B. Grayscale: #636363. Windows color (decimal): -1893996 or 9705955. OLE color: 9705955.

HSL color Cylindrical-coordinate representation of color #E31994: hue angle of 323.47º 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 #E31994 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 25 148 -
CMYK 0 0.89 0.35 0.11
HSL 323.47º 0.8% 0.49% -
HSV(B) 323.47º 0.89% 0.89% -
XYZ 37.37 19.16 29.75 -
YUV 99.42 155.42 219 -
System Red Green Blue C M Y K H S L
Decimal 227 25 148 0 0.89 0.35 0.11 323.47 0.8 0.49
Hex E3 19 94 0 59 23 B 143 50 31
Octal 343 31 224 0 131 43 13 503 120 61
Binary 11100011 11001 10010100 0 1011001 100011 1011 101000011 1010000 110001

Color Harmonies of #E31994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31994

Black with #E31994

Text Example


Text Example

White with #E31994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31994; }

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

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

background-color css

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

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

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

border-color css

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

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

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