#FF1E91

Color #FF1E91 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FF1E91

Tints of Deep Pink #FF1E91

Color information

#FF1E91 (or 0xFF1E91) is unknown color: approx Deep Pink. HEX triplet: FF, 1E and 91. RGB value is (255,30,145). Sum of RGB (Red+Green+Blue) = 255+30+145=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1E91 is #00E16E. Grayscale: #6E6E6E. Windows color (decimal): -57711 or 9510655. OLE color: 9510655.

HSL color Cylindrical-coordinate representation of color #FF1E91: hue angle of 329.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1E91 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB25530145-
CMYK00.880.430
HSL329.33º100%55.88%-
HSV(B)329.33º88.24%100%-
XYZ46.8224.2329-
YUV110.38147.54231.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.30%
GREEN value IS 30 (12.11% from 255) = 6.98%
BLUE value IS 145 (57.03% from 255) = 33.72%
R=59.30%
G=6.98%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553014500.880.430329.3310055.88
HexFF1E910582B01496438
Octal37736221013053051114470
Binary1111111111110100100010101100010101101010010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1E91; }

 p { color: rgb(255,30,145); }

 H1.HeaderClassName
 {
   color: #FF1E91;
 }
 .AnyTagClassName
 {
   color: #FF1E91;
 }
</style>
background-color css

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

 a { background-color: rgb(255,30,145); }

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

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

 span { border-color: rgb(255,30,145); }

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