#E15F6A

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

Shades of Froly #E15F6A

Tints of Froly #E15F6A

Color information

#E15F6A (or 0xE15F6A) is unknown color: approx Froly. HEX triplet: E1, 5F and 6A. RGB value is (225,95,106). Sum of RGB (Red+Green+Blue) = 225+95+106=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F6A is #1EA095. Grayscale: #878787. Windows color (decimal): -2007190 or 6971361. OLE color: 6971361.

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

Color convert

RGB22595106-
CMYK00.580.530.12
HSL354.92º68.42%62.75%-
HSV(B)354.92º57.78%88.24%-
XYZ37.7525.2316.52-
YUV135.12111.57192.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.82%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=52.82%
G=22.30%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259510600.580.530.12354.9268.4262.75
HexE15F6A03A35C163443f
Octal341137152072651454310477
Binary1110000110111111101010011101011010111001011000111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15F6A; }

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

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

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

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

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

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

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

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