#E97880

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

Shades of Froly #E97880

Tints of Froly #E97880

Color information

#E97880 (or 0xE97880) is unknown color: approx Froly. HEX triplet: E9, 78 and 80. RGB value is (233,120,128). Sum of RGB (Red+Green+Blue) = 233+120+128=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E97880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97880 is #16877F. Grayscale: #9A9A9A. Windows color (decimal): -1476480 or 8419561. OLE color: 8419561.

HSL color Cylindrical-coordinate representation of color #E97880: hue angle of 355.75º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97880 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB233120128-
CMYK00.480.450.09
HSL355.75º71.97%69.22%-
HSV(B)355.75º48.5%91.37%-
XYZ44.2232.3224.33-
YUV154.7112.94183.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.44%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=48.44%
G=24.95%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312012800.480.450.09355.7571.9769.22
HexE978800302D91644845
Octal3511702000605511544110105
Binary111010011111000100000000110000101101100110110010010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97880; }

 p { color: rgb(233,120,128); }

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

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

 a { background-color: rgb(233,120,128); }

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

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

 span { border-color: rgb(233,120,128); }

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