#E65C63

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

Shades of Froly #E65C63

Tints of Froly #E65C63

Color information

#E65C63 (or 0xE65C63) is unknown color: approx Froly. HEX triplet: E6, 5C and 63. RGB value is (230,92,99). Sum of RGB (Red+Green+Blue) = 230+92+99=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C63 is #19A39C. Grayscale: #868686. Windows color (decimal): -1680285 or 6511846. OLE color: 6511846.

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

Color convert

RGB2309299-
CMYK00.600.570.10
HSL356.96º73.4%63.14%-
HSV(B)356.96º60%90.2%-
XYZ38.7125.3814.66-
YUV134.06108.22196.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.63%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 99 (39.06% from 255) = 23.52%
R=54.63%
G=21.85%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230929900.600.570.10356.9673.463.14
HexE65C6303C39A165493f
Octal346134143074711254511177
Binary1110011010111001100011011110011100110101011001011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65C63; }

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

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

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

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

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

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

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

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