#E96269

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

Shades of Froly #E96269

Tints of Froly #E96269

Color information

#E96269 (or 0xE96269) is unknown color: approx Froly. HEX triplet: E9, 62 and 69. RGB value is (233,98,105). Sum of RGB (Red+Green+Blue) = 233+98+105=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E96269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96269 is #169D96. Grayscale: #8B8B8B. Windows color (decimal): -1482135 or 6906601. OLE color: 6906601.

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

Color convert

RGB23398105-
CMYK00.580.550.09
HSL356.89º75.42%64.9%-
HSV(B)356.89º57.94%91.37%-
XYZ40.5227.0816.46-
YUV139.16108.73194.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.44%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=53.44%
G=22.48%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339810500.580.550.09356.8975.4264.9
HexE9626903A3791654b41
Octal3511421510726711545113101
Binary11101001110001011010010111010110111100110110010110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96269; }

 p { color: rgb(233,98,105); }

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

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

 a { background-color: rgb(233,98,105); }

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

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

 span { border-color: rgb(233,98,105); }

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