#ff1eac

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

Shades of Spicy Pink #FF1EAC

Tints of Spicy Pink #FF1EAC

Color information

#FF1EAC (or 0xFF1EAC) is unknown color: approx Spicy Pink. HEX triplet: FF, 1E and AC. RGB value is (255,30,172). Sum of RGB (Red+Green+Blue) = 255+30+172=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1EAC is #00E153. Grayscale: #717171. Windows color (decimal): -57684 or 11280127. OLE color: 11280127.

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

Color convert

RGB25530172-
CMYK00.880.330
HSL322.13º100%55.88%-
HSV(B)322.13º88.24%100%-
XYZ49.1525.1741.3-
YUV113.46161.04228.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.80%
GREEN value IS 30 (12.11% from 255) = 6.56%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=55.80%
G=6.56%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553017200.880.330322.1310055.88
HexFF1EAC0582101426438
Octal37736254013041050214470
Binary1111111111110101011000101100010000101010000101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1eac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1eac; }

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

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

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

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

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

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

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

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