#FF1E90

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

Shades of Deep Pink #FF1E90

Tints of Deep Pink #FF1E90

Color information

#FF1E90 (or 0xFF1E90) is unknown color: approx Deep Pink. HEX triplet: FF, 1E and 90. RGB value is (255,30,144). Sum of RGB (Red+Green+Blue) = 255+30+144=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1E90 is #00E16F. Grayscale: #6E6E6E. Windows color (decimal): -57712 or 9445119. OLE color: 9445119.

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

Color convert

RGB25530144-
CMYK00.880.440
HSL329.6º100%55.88%-
HSV(B)329.6º88.24%100%-
XYZ46.7424.228.59-
YUV110.27147.04231.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.44%
GREEN value IS 30 (12.11% from 255) = 6.99%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=59.44%
G=6.99%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553014400.880.440329.610055.88
HexFF1E900582C014a6438
Octal37736220013054051214470
Binary1111111111110100100000101100010110001010010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1E90; }

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

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

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

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

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

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

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

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