#ff1e94

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

Shades of Deep Pink #FF1E94

Tints of Deep Pink #FF1E94

Color information

#FF1E94 (or 0xFF1E94) is unknown color: approx Deep Pink. HEX triplet: FF, 1E and 94. RGB value is (255,30,148). Sum of RGB (Red+Green+Blue) = 255+30+148=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1E94 is #00E16B. Grayscale: #6E6E6E. Windows color (decimal): -57708 or 9707263. OLE color: 9707263.

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

Color convert

RGB25530148-
CMYK00.880.420
HSL328.53º100%55.88%-
HSV(B)328.53º88.24%100%-
XYZ47.0524.3330.23-
YUV110.73149.04230.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.89%
GREEN value IS 30 (12.11% from 255) = 6.93%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=58.89%
G=6.93%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553014800.880.420328.5310055.88
HexFF1E940582A01496438
Octal37736224013052051114470
Binary1111111111110100101000101100010101001010010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1e94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1e94; }

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

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

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

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

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

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

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

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