#E95B63

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

Shades of Froly #E95B63

Tints of Froly #E95B63

Color information

#E95B63 (or 0xE95B63) is unknown color: approx Froly. HEX triplet: E9, 5B and 63. RGB value is (233,91,99). Sum of RGB (Red+Green+Blue) = 233+91+99=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95B63 is #16A49C. Grayscale: #868686. Windows color (decimal): -1483933 or 6511593. OLE color: 6511593.

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

Color convert

RGB2339199-
CMYK00.610.580.09
HSL356.62º76.34%63.53%-
HSV(B)356.62º60.94%91.37%-
XYZ39.625.7114.68-
YUV134.37108.04198.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.08%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=55.08%
G=21.51%
B=23.40%

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
Decimal233919900.610.580.09356.6276.3463.53
HexE95B6303D3A91654c40
Octal3511331430757211545114100
Binary11101001101101111000110111101111010100110110010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95B63; }

 p { color: rgb(233,91,99); }

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

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

 a { background-color: rgb(233,91,99); }

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

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

 span { border-color: rgb(233,91,99); }

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