#E95C62

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

Shades of Froly #E95C62

Tints of Froly #E95C62

Color information

#E95C62 (or 0xE95C62) is unknown color: approx Froly. HEX triplet: E9, 5C and 62. RGB value is (233,92,98). Sum of RGB (Red+Green+Blue) = 233+92+98=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C62 is #16A39D. Grayscale: #868686. Windows color (decimal): -1483678 or 6446313. OLE color: 6446313.

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

Color convert

RGB2339298-
CMYK00.610.580.09
HSL357.45º76.22%63.73%-
HSV(B)357.45º60.52%91.37%-
XYZ39.6425.8614.46-
YUV134.84107.21198.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.08%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=55.08%
G=21.75%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233929800.610.580.09357.4576.2263.73
HexE95C6203D3A91654c40
Octal3511341420757211545114100
Binary11101001101110011000100111101111010100110110010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C62; }

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

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

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

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

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

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

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

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