#E95D74

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

Shades of Froly #E95D74

Tints of Froly #E95D74

Color information

#E95D74 (or 0xE95D74) is unknown color: approx Froly. HEX triplet: E9, 5D and 74. RGB value is (233,93,116). Sum of RGB (Red+Green+Blue) = 233+93+116=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95D74 is #16A28B. Grayscale: #898989. Windows color (decimal): -1483404 or 7626217. OLE color: 7626217.

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

Color convert

RGB23393116-
CMYK00.600.500.09
HSL350.14º76.09%63.92%-
HSV(B)350.14º60.09%91.37%-
XYZ40.6726.4119.48-
YUV137.48115.88196.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.71%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=52.71%
G=21.04%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339311600.600.500.09350.1476.0963.92
HexE95D7403C32915e4c40
Octal3511351640746211536114100
Binary11101001101110111101000111100110010100110101111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95D74; }

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

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

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

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

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

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

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

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