#E9757B

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

Shades of Froly #E9757B

Tints of Froly #E9757B

Color information

#E9757B (or 0xE9757B) is unknown color: approx Froly. HEX triplet: E9, 75 and 7B. RGB value is (233,117,123). Sum of RGB (Red+Green+Blue) = 233+117+123=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9757B is #168A84. Grayscale: #989898. Windows color (decimal): -1477253 or 8091113. OLE color: 8091113.

HSL color Cylindrical-coordinate representation of color #E9757B: hue angle of 356.9º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9757B is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB233117123-
CMYK00.500.470.09
HSL356.9º72.5%68.63%-
HSV(B)356.9º49.79%91.37%-
XYZ43.5431.4822.52-
YUV152.37111.43185.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.26%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 123 (48.44% from 255) = 26.00%
R=49.26%
G=24.74%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311712300.500.470.09356.972.568.63
HexE9757B0322F91654845
Octal3511651730625711545110105
Binary11101001111010111110110110010101111100110110010110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9757B; }

 p { color: rgb(233,117,123); }

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

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

 a { background-color: rgb(233,117,123); }

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

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

 span { border-color: rgb(233,117,123); }

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