#E65A63

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

Shades of Froly #E65A63

Tints of Froly #E65A63

Color information

#E65A63 (or 0xE65A63) is unknown color: approx Froly. HEX triplet: E6, 5A and 63. RGB value is (230,90,99). Sum of RGB (Red+Green+Blue) = 230+90+99=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65A63 is #19A59C. Grayscale: #848484. Windows color (decimal): -1680797 or 6511334. OLE color: 6511334.

HSL color Cylindrical-coordinate representation of color #E65A63: hue angle of 356.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65A63 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB2309099-
CMYK00.610.570.10
HSL356.14º73.68%62.75%-
HSV(B)356.14º60.87%90.2%-
XYZ38.5425.0414.61-
YUV132.89108.88197.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.89%
GREEN value IS 90 (35.55% from 255) = 21.48%
BLUE value IS 99 (39.06% from 255) = 23.63%
R=54.89%
G=21.48%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230909900.610.570.10356.1473.6862.75
HexE65A6303D39A1644a3f
Octal346132143075711254411277
Binary1110011010110101100011011110111100110101011001001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65A63; }

 p { color: rgb(230,90,99); }

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

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

 a { background-color: rgb(230,90,99); }

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

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

 span { border-color: rgb(230,90,99); }

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