#FF1E8E

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

Shades of Deep Pink #FF1E8E

Tints of Deep Pink #FF1E8E

Color information

#FF1E8E (or 0xFF1E8E) is unknown color: approx Deep Pink. HEX triplet: FF, 1E and 8E. RGB value is (255,30,142). Sum of RGB (Red+Green+Blue) = 255+30+142=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1E8E is #00E171. Grayscale: #6D6D6D. Windows color (decimal): -57714 or 9314047. OLE color: 9314047.

HSL color Cylindrical-coordinate representation of color #FF1E8E: hue angle of 330.13º 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 #FF1E8E is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB25530142-
CMYK00.880.440
HSL330.13º100%55.88%-
HSV(B)330.13º88.24%100%-
XYZ46.5924.1427.8-
YUV110.04146.04231.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.72%
GREEN value IS 30 (12.11% from 255) = 7.03%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=59.72%
G=7.03%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553014200.880.440330.1310055.88
HexFF1E8E0582C014a6438
Octal37736216013054051214470
Binary1111111111110100011100101100010110001010010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1E8E; }

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

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

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

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

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

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

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

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