#E95D68

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

Shades of Froly #E95D68

Tints of Froly #E95D68

Color information

#E95D68 (or 0xE95D68) is unknown color: approx Froly. HEX triplet: E9, 5D and 68. RGB value is (233,93,104). Sum of RGB (Red+Green+Blue) = 233+93+104=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95D68 is #16A297. Grayscale: #888888. Windows color (decimal): -1483416 or 6839785. OLE color: 6839785.

HSL color Cylindrical-coordinate representation of color #E95D68: hue angle of 355.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95D68 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB23393104-
CMYK00.600.550.09
HSL355.29º76.09%63.92%-
HSV(B)355.29º60.09%91.37%-
XYZ40.0226.1516.04-
YUV136.11109.88197.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.19%
GREEN value IS 93 (36.72% from 255) = 21.63%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=54.19%
G=21.63%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339310400.600.550.09355.2976.0963.92
HexE95D6803C3791634c40
Octal3511351500746711543114100
Binary11101001101110111010000111100110111100110110001110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95D68; }

 p { color: rgb(233,93,104); }

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

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

 a { background-color: rgb(233,93,104); }

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

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

 span { border-color: rgb(233,93,104); }

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