#E15E6D

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

Shades of Froly #E15E6D

Tints of Froly #E15E6D

Color information

#E15E6D (or 0xE15E6D) is unknown color: approx Froly. HEX triplet: E1, 5E and 6D. RGB value is (225,94,109). Sum of RGB (Red+Green+Blue) = 225+94+109=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E6D is #1EA192. Grayscale: #868686. Windows color (decimal): -2007443 or 7167713. OLE color: 7167713.

HSL color Cylindrical-coordinate representation of color #E15E6D: hue angle of 353.13º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15E6D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB22594109-
CMYK00.580.520.12
HSL353.13º68.59%62.55%-
HSV(B)353.13º58.22%88.24%-
XYZ37.8125.1217.32-
YUV134.88113.4192.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.57%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=52.57%
G=21.96%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259410900.580.520.12353.1368.5962.55
HexE15E6D03A34C161453f
Octal341136155072641454110577
Binary1110000110111101101101011101011010011001011000011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15E6D; }

 p { color: rgb(225,94,109); }

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

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

 a { background-color: rgb(225,94,109); }

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

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

 span { border-color: rgb(225,94,109); }

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