#E95D69

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

Shades of Froly #E95D69

Tints of Froly #E95D69

Color information

#E95D69 (or 0xE95D69) is unknown color: approx Froly. HEX triplet: E9, 5D and 69. RGB value is (233,93,105). Sum of RGB (Red+Green+Blue) = 233+93+105=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95D69 is #16A296. Grayscale: #888888. Windows color (decimal): -1483415 or 6905321. OLE color: 6905321.

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

Color convert

RGB23393105-
CMYK00.600.550.09
HSL354.86º76.09%63.92%-
HSV(B)354.86º60.09%91.37%-
XYZ40.0726.1716.3-
YUV136.23110.38197.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.06%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=54.06%
G=21.58%
B=24.36%

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
Decimal2339310500.600.550.09354.8676.0963.92
HexE95D6903C3791634c40
Octal3511351510746711543114100
Binary11101001101110111010010111100110111100110110001110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95D69; }

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

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

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

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

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

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

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

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