#E15C6B

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

Shades of Froly #E15C6B

Tints of Froly #E15C6B

Color information

#E15C6B (or 0xE15C6B) is unknown color: approx Froly. HEX triplet: E1, 5C and 6B. RGB value is (225,92,107). Sum of RGB (Red+Green+Blue) = 225+92+107=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C6B is #1EA394. Grayscale: #858585. Windows color (decimal): -2007957 or 7036129. OLE color: 7036129.

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

Color convert

RGB22592107-
CMYK00.590.520.12
HSL353.23º68.91%62.16%-
HSV(B)353.23º59.11%88.24%-
XYZ37.5324.7216.7-
YUV133.48113.06193.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 92 (36.33% from 255) = 21.70%
BLUE value IS 107 (42.19% from 255) = 25.24%
R=53.07%
G=21.70%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259210700.590.520.12353.2368.9162.16
HexE15C6B03B34C161453e
Octal341134153073641454110576
Binary1110000110111001101011011101111010011001011000011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C6B; }

 p { color: rgb(225,92,107); }

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

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

 a { background-color: rgb(225,92,107); }

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

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

 span { border-color: rgb(225,92,107); }

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