#E96773

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

Shades of Froly #E96773

Tints of Froly #E96773

Color information

#E96773 (or 0xE96773) is unknown color: approx Froly. HEX triplet: E9, 67 and 73. RGB value is (233,103,115). Sum of RGB (Red+Green+Blue) = 233+103+115=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E96773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96773 is #16988C. Grayscale: #8F8F8F. Windows color (decimal): -1480845 or 7563241. OLE color: 7563241.

HSL color Cylindrical-coordinate representation of color #E96773: hue angle of 354.46º 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 #E96773 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB233103115-
CMYK00.560.510.09
HSL354.46º74.71%65.88%-
HSV(B)354.46º55.79%91.37%-
XYZ41.5528.2619.48-
YUV143.24112.07192.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.66%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=51.66%
G=22.84%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310311500.560.510.09354.4674.7165.88
HexE967730383391624b42
Octal3511471630706311542113102
Binary11101001110011111100110111000110011100110110001010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96773; }

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

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

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

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

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

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

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

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