#E15F6B

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

Shades of Froly #E15F6B

Tints of Froly #E15F6B

Color information

#E15F6B (or 0xE15F6B) is unknown color: approx Froly. HEX triplet: E1, 5F and 6B. RGB value is (225,95,107). Sum of RGB (Red+Green+Blue) = 225+95+107=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F6B is #1EA094. Grayscale: #878787. Windows color (decimal): -2007189 or 7036897. OLE color: 7036897.

HSL color Cylindrical-coordinate representation of color #E15F6B: hue angle of 354.46º degrees, saturation: 0.68, 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 #E15F6B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB22595107-
CMYK00.580.520.12
HSL354.46º68.42%62.75%-
HSV(B)354.46º57.78%88.24%-
XYZ37.825.2516.79-
YUV135.24112.07192.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.69%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 107 (42.19% from 255) = 25.06%
R=52.69%
G=22.25%
B=25.06%

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
Decimal2259510700.580.520.12354.4668.4262.75
HexE15F6B03A34C162443f
Octal341137153072641454210477
Binary1110000110111111101011011101011010011001011000101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15F6B; }

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

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

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

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

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

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

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

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