#e97a7d

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

Shades of Froly #E97A7D

Tints of Froly #E97A7D

Color information

#E97A7D (or 0xE97A7D) is unknown color: approx Froly. HEX triplet: E9, 7A and 7D. RGB value is (233,122,125). Sum of RGB (Red+Green+Blue) = 233+122+125=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A7D is #168582. Grayscale: #9B9B9B. Windows color (decimal): -1475971 or 8223465. OLE color: 8223465.

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

Color convert

RGB233122125-
CMYK00.480.460.09
HSL358.38º71.61%69.61%-
HSV(B)358.38º47.64%91.37%-
XYZ44.2732.7223.39-
YUV155.53110.77183.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.54%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=48.54%
G=25.42%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312212500.480.460.09358.3871.6169.61
HexE97A7D0302E91664846
Octal3511721750605611546110106
Binary11101001111101011111010110000101110100110110011010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e97a7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e97a7d; }

 p { color: rgb(233,122,125); }

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

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

 a { background-color: rgb(233,122,125); }

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

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

 span { border-color: rgb(233,122,125); }

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