#E96567

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

Shades of Froly #E96567

Tints of Froly #E96567

Color information

#E96567 (or 0xE96567) is unknown color: approx Froly. HEX triplet: E9, 65 and 67. RGB value is (233,101,103). Sum of RGB (Red+Green+Blue) = 233+101+103=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E96567 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96567 is #169A98. Grayscale: #8C8C8C. Windows color (decimal): -1481369 or 6776297. OLE color: 6776297.

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

Color convert

RGB233101103-
CMYK00.570.560.09
HSL359.09º75%65.49%-
HSV(B)359.09º56.65%91.37%-
XYZ40.7127.6116.02-
YUV140.7106.73193.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.32%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 103 (40.62% from 255) = 23.57%
R=53.32%
G=23.11%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310110300.570.560.09359.097565.49
HexE965670393891674b41
Octal3511451470717011547113101
Binary11101001110010111001110111001111000100110110011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96567; }

 p { color: rgb(233,101,103); }

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

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

 a { background-color: rgb(233,101,103); }

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

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

 span { border-color: rgb(233,101,103); }

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