#E95D6A

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

Shades of Froly #E95D6A

Tints of Froly #E95D6A

Color information

#E95D6A (or 0xE95D6A) is unknown color: approx Froly. HEX triplet: E9, 5D and 6A. RGB value is (233,93,106). Sum of RGB (Red+Green+Blue) = 233+93+106=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95D6A is #16A295. Grayscale: #888888. Windows color (decimal): -1483414 or 6970857. OLE color: 6970857.

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

Color convert

RGB23393106-
CMYK00.600.550.09
HSL354.43º76.09%63.92%-
HSV(B)354.43º60.09%91.37%-
XYZ40.1226.1916.58-
YUV136.34110.88196.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.94%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=53.94%
G=21.53%
B=24.54%

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
Decimal2339310600.600.550.09354.4376.0963.92
HexE95D6A03C3791624c40
Octal3511351520746711542114100
Binary11101001101110111010100111100110111100110110001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95D6A; }

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

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

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

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

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

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

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

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