#E95D61

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

Shades of Froly #E95D61

Tints of Froly #E95D61

Color information

#E95D61 (or 0xE95D61) is unknown color: approx Froly. HEX triplet: E9, 5D and 61. RGB value is (233,93,97). Sum of RGB (Red+Green+Blue) = 233+93+97=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95D61 is #16A29E. Grayscale: #878787. Windows color (decimal): -1483423 or 6381033. OLE color: 6381033.

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

Color convert

RGB2339397-
CMYK00.600.580.09
HSL358.29º76.09%63.92%-
HSV(B)358.29º60.09%91.37%-
XYZ39.6826.0214.24-
YUV135.32106.38197.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.08%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=55.08%
G=21.99%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233939700.600.580.09358.2976.0963.92
HexE95D6103C3A91664c40
Octal3511351410747211546114100
Binary11101001101110111000010111100111010100110110011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95D61; }

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

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

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

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

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

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

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

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