Html Css Color HEX #E91F95 Deep Pink

📋 copy color: '#E91F95'

red 233 ◦ green 31 ◦ blue 149

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

Shades of Deep Pink #E91F95

Tints of Deep Pink #E91F95

RGB

 RED value IS 233 (91.41% from 255) = 56.42%

 GREEN value IS 31 (12.5% from 255) = 7.51%

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

R = 56.42%
G = 7.51%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E91F95 (or 0xE91F95) is known color: Deep Pink. HEX triplet: E9, 1F and 95. RGB value is (233,31,149). Sum of RGB (Red+Green+Blue) = 233+31+149=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91F95 is #16E06A. Grayscale: #686868. Windows color (decimal): -1499243 or 9773033. OLE color: 9773033.

HSL color Cylindrical-coordinate representation of color #E91F95: hue angle of 324.95º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91F95 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 31 149 -
CMYK 0 0.87 0.36 0.09
HSL 324.95º 0.82% 0.52% -
HSV(B) 324.95º 0.87% 0.91% -
XYZ 39.52 20.47 30.3 -
YUV 104.85 152.92 219.41 -
System Red Green Blue C M Y K H S L
Decimal 233 31 149 0 0.87 0.36 0.09 324.95 0.82 0.52
Hex E9 1F 95 0 57 24 9 145 52 34
Octal 351 37 225 0 127 44 11 505 122 64
Binary 11101001 11111 10010101 0 1010111 100100 1001 101000101 1010010 110100

Color Harmonies of #E91F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91F95

Black with #E91F95

Text Example


Text Example

White with #E91F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91F95; }

 p { color: rgb(233,31,149); }

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

background-color css

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

 a { background-color: rgb(233,31,149); }

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

border-color css

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

 span { border-color: rgb(233,31,149); }

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