#E15A6B

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

Shades of Froly #E15A6B

Tints of Froly #E15A6B

Color information

#E15A6B (or 0xE15A6B) is unknown color: approx Froly. HEX triplet: E1, 5A and 6B. RGB value is (225,90,107). Sum of RGB (Red+Green+Blue) = 225+90+107=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A6B is #1EA594. Grayscale: #848484. Windows color (decimal): -2008469 or 7035617. OLE color: 7035617.

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

Color convert

RGB22590107-
CMYK00.600.520.12
HSL352.44º69.23%61.76%-
HSV(B)352.44º60%88.24%-
XYZ37.3624.3816.65-
YUV132.3113.73194.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 90 (35.55% from 255) = 21.33%
BLUE value IS 107 (42.19% from 255) = 25.36%
R=53.32%
G=21.33%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259010700.600.520.12352.4469.2361.76
HexE15A6B03C34C160453e
Octal341132153074641454010576
Binary1110000110110101101011011110011010011001011000001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15A6B; }

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

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

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

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

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

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

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

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