#E25F62

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

Shades of Froly #E25F62

Tints of Froly #E25F62

Color information

#E25F62 (or 0xE25F62) is unknown color: approx Froly. HEX triplet: E2, 5F and 62. RGB value is (226,95,98). Sum of RGB (Red+Green+Blue) = 226+95+98=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F62 is #1DA09D. Grayscale: #868686. Windows color (decimal): -1941662 or 6447074. OLE color: 6447074.

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

Color convert

RGB2269598-
CMYK00.580.570.11
HSL358.63º69.31%62.94%-
HSV(B)358.63º57.96%88.63%-
XYZ37.6625.2414.44-
YUV134.51107.4193.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.94%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=53.94%
G=22.67%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226959800.580.570.11358.6369.3162.94
HexE25F6203A39B167453f
Octal342137142072711354710577
Binary1110001010111111100010011101011100110111011001111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25F62; }

 p { color: rgb(226,95,98); }

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

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

 a { background-color: rgb(226,95,98); }

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

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

 span { border-color: rgb(226,95,98); }

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