#E25D72

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

Shades of Froly #E25D72

Tints of Froly #E25D72

Color information

#E25D72 (or 0xE25D72) is unknown color: approx Froly. HEX triplet: E2, 5D and 72. RGB value is (226,93,114). Sum of RGB (Red+Green+Blue) = 226+93+114=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D72 is #1DA28D. Grayscale: #878787. Windows color (decimal): -1942158 or 7495138. OLE color: 7495138.

HSL color Cylindrical-coordinate representation of color #E25D72: hue angle of 350.53º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D72 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB22693114-
CMYK00.590.500.11
HSL350.53º69.63%62.55%-
HSV(B)350.53º58.85%88.63%-
XYZ38.3225.2118.77-
YUV135.16116.06192.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.19%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=52.19%
G=21.48%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269311400.590.500.11350.5369.6362.55
HexE25D7203B32B15f463f
Octal342135162073621353710677
Binary1110001010111011110010011101111001010111010111111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25D72; }

 p { color: rgb(226,93,114); }

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

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

 a { background-color: rgb(226,93,114); }

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

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

 span { border-color: rgb(226,93,114); }

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