#E15C6A

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

Shades of Froly #E15C6A

Tints of Froly #E15C6A

Color information

#E15C6A (or 0xE15C6A) is unknown color: approx Froly. HEX triplet: E1, 5C and 6A. RGB value is (225,92,106). Sum of RGB (Red+Green+Blue) = 225+92+106=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C6A is #1EA395. Grayscale: #858585. Windows color (decimal): -2007958 or 6970593. OLE color: 6970593.

HSL color Cylindrical-coordinate representation of color #E15C6A: hue angle of 353.68º 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 #E15C6A is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB22592106-
CMYK00.590.530.12
HSL353.68º68.91%62.16%-
HSV(B)353.68º59.11%88.24%-
XYZ37.4824.716.43-
YUV133.36112.56193.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=53.19%
G=21.75%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259210600.590.530.12353.6868.9162.16
HexE15C6A03B35C162453e
Octal341134152073651454210576
Binary1110000110111001101010011101111010111001011000101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C6A; }

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

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

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

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

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

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

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

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