#E17480

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

Shades of Froly #E17480

Tints of Froly #E17480

Color information

#E17480 (or 0xE17480) is unknown color: approx Froly. HEX triplet: E1, 74 and 80. RGB value is (225,116,128). Sum of RGB (Red+Green+Blue) = 225+116+128=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E17480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17480 is #1E8B7F. Grayscale: #969696. Windows color (decimal): -2001792 or 8418529. OLE color: 8418529.

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

Color convert

RGB225116128-
CMYK00.480.430.12
HSL353.39º64.5%66.86%-
HSV(B)353.39º48.44%88.24%-
XYZ41.1930.0624.05-
YUV149.96115.61181.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=47.97%
G=24.73%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511612800.480.430.12353.3964.566.86
HexE174800302BC1614043
Octal3411642000605314541100103
Binary111000011110100100000000110000101011110010110000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17480; }

 p { color: rgb(225,116,128); }

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

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

 a { background-color: rgb(225,116,128); }

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

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

 span { border-color: rgb(225,116,128); }

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