#E96470

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

Shades of Froly #E96470

Tints of Froly #E96470

Color information

#E96470 (or 0xE96470) is unknown color: approx Froly. HEX triplet: E9, 64 and 70. RGB value is (233,100,112). Sum of RGB (Red+Green+Blue) = 233+100+112=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E96470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96470 is #169B8F. Grayscale: #8D8D8D. Windows color (decimal): -1481616 or 7365865. OLE color: 7365865.

HSL color Cylindrical-coordinate representation of color #E96470: hue angle of 354.59º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E96470 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB233100112-
CMYK00.570.520.09
HSL354.59º75.14%65.29%-
HSV(B)354.59º57.08%91.37%-
XYZ41.0927.6118.49-
YUV141.14111.56193.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.36%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=52.36%
G=22.47%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310011200.570.520.09354.5975.1465.29
HexE964700393491634b41
Octal3511441600716411543113101
Binary11101001110010011100000111001110100100110110001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96470; }

 p { color: rgb(233,100,112); }

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

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

 a { background-color: rgb(233,100,112); }

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

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

 span { border-color: rgb(233,100,112); }

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