#E97278

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

Shades of Froly #E97278

Tints of Froly #E97278

Color information

#E97278 (or 0xE97278) is unknown color: approx Froly. HEX triplet: E9, 72 and 78. RGB value is (233,114,120). Sum of RGB (Red+Green+Blue) = 233+114+120=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E97278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97278 is #168D87. Grayscale: #969696. Windows color (decimal): -1478024 or 7893737. OLE color: 7893737.

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

Color convert

RGB233114120-
CMYK00.510.480.09
HSL356.97º73.01%68.04%-
HSV(B)356.97º51.07%91.37%-
XYZ43.0130.7121.43-
YUV150.26110.92187.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.89%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=49.89%
G=24.41%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311412000.510.480.09356.9773.0168.04
HexE972780333091654944
Octal3511621700636011545111104
Binary11101001111001011110000110011110000100110110010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97278; }

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

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

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

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

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

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

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

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