#E96775

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

Shades of Froly #E96775

Tints of Froly #E96775

Color information

#E96775 (or 0xE96775) is unknown color: approx Froly. HEX triplet: E9, 67 and 75. RGB value is (233,103,117). Sum of RGB (Red+Green+Blue) = 233+103+117=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E96775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96775 is #16988A. Grayscale: #8F8F8F. Windows color (decimal): -1480843 or 7694313. OLE color: 7694313.

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

Color convert

RGB233103117-
CMYK00.560.500.09
HSL353.54º74.71%65.88%-
HSV(B)353.54º55.79%91.37%-
XYZ41.6728.3120.1-
YUV143.47113.07191.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.43%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=51.43%
G=22.74%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310311700.560.500.09353.5474.7165.88
HexE967750383291624b42
Octal3511471650706211542113102
Binary11101001110011111101010111000110010100110110001010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96775; }

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

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

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

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

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

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

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

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