#E95966

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

Shades of Froly #E95966

Tints of Froly #E95966

Color information

#E95966 (or 0xE95966) is unknown color: approx Froly. HEX triplet: E9, 59 and 66. RGB value is (233,89,102). Sum of RGB (Red+Green+Blue) = 233+89+102=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E95966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95966 is #16A699. Grayscale: #858585. Windows color (decimal): -1484442 or 6707689. OLE color: 6707689.

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

Color convert

RGB23389102-
CMYK00.620.560.09
HSL354.58º76.6%63.14%-
HSV(B)354.58º61.8%91.37%-
XYZ39.5725.4315.39-
YUV133.54110.21198.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.95%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=54.95%
G=20.99%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338910200.620.560.09354.5876.663.14
HexE9596603E3891634d3f
Octal351131146076701154311577
Binary1110100110110011100110011111011100010011011000111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95966; }

 p { color: rgb(233,89,102); }

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

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

 a { background-color: rgb(233,89,102); }

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

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

 span { border-color: rgb(233,89,102); }

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