#E25D73

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

Shades of Froly #E25D73

Tints of Froly #E25D73

Color information

#E25D73 (or 0xE25D73) is unknown color: approx Froly. HEX triplet: E2, 5D and 73. RGB value is (226,93,115). Sum of RGB (Red+Green+Blue) = 226+93+115=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D73 is #1DA28C. Grayscale: #878787. Windows color (decimal): -1942157 or 7560674. OLE color: 7560674.

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

Color convert

RGB22693115-
CMYK00.590.490.11
HSL350.08º69.63%62.55%-
HSV(B)350.08º58.85%88.63%-
XYZ38.3725.2419.07-
YUV135.28116.56192.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.07%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=52.07%
G=21.43%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269311500.590.490.11350.0869.6362.55
HexE25D7303B31B15e463f
Octal342135163073611353610677
Binary1110001010111011110011011101111000110111010111101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25D73; }

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

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

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

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

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

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

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

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