#E95967

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

Shades of Froly #E95967

Tints of Froly #E95967

Color information

#E95967 (or 0xE95967) is unknown color: approx Froly. HEX triplet: E9, 59 and 67. RGB value is (233,89,103). Sum of RGB (Red+Green+Blue) = 233+89+103=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E95967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95967 is #16A698. Grayscale: #858585. Windows color (decimal): -1484441 or 6773225. OLE color: 6773225.

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

Color convert

RGB23389103-
CMYK00.620.560.09
HSL354.17º76.6%63.14%-
HSV(B)354.17º61.8%91.37%-
XYZ39.6225.4515.66-
YUV133.65110.71198.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.82%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 103 (40.62% from 255) = 24.24%
R=54.82%
G=20.94%
B=24.24%

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
Decimal2338910300.620.560.09354.1776.663.14
HexE9596703E3891624d3f
Octal351131147076701154211577
Binary1110100110110011100111011111011100010011011000101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95967; }

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

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

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

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

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

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

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

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