#E95C6C

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

Shades of Froly #E95C6C

Tints of Froly #E95C6C

Color information

#E95C6C (or 0xE95C6C) is unknown color: approx Froly. HEX triplet: E9, 5C and 6C. RGB value is (233,92,108). Sum of RGB (Red+Green+Blue) = 233+92+108=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C6C is #16A393. Grayscale: #888888. Windows color (decimal): -1483668 or 7101673. OLE color: 7101673.

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

Color convert

RGB23392108-
CMYK00.610.540.09
HSL353.19º76.22%63.73%-
HSV(B)353.19º60.52%91.37%-
XYZ40.1426.0617.1-
YUV135.98112.21197.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.81%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=53.81%
G=21.25%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339210800.610.540.09353.1976.2263.73
HexE95C6C03D3691614c40
Octal3511341540756611541114100
Binary11101001101110011011000111101110110100110110000110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C6C; }

 p { color: rgb(233,92,108); }

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

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

 a { background-color: rgb(233,92,108); }

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

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

 span { border-color: rgb(233,92,108); }

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