#E25A57

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

Shades of Roman #E25A57

Tints of Roman #E25A57

Color information

#E25A57 (or 0xE25A57) is unknown color: approx Roman. HEX triplet: E2, 5A and 57. RGB value is (226,90,87). Sum of RGB (Red+Green+Blue) = 226+90+87=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25A57 is #1DA5A8. Grayscale: #828282. Windows color (decimal): -1942953 or 5724898. OLE color: 5724898.

HSL color Cylindrical-coordinate representation of color #E25A57: hue angle of 1.29º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25A57 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB2269087-
CMYK00.600.620.11
HSL1.29º70.56%61.37%-
HSV(B)1.29º61.5%88.63%-
XYZ36.7424.1711.75-
YUV130.32103.56196.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.08%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 87 (34.38% from 255) = 21.59%
R=56.08%
G=22.33%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226908700.600.620.111.2970.5661.37
HexE25A5703C3EB1473d
Octal3421321270747613110775
Binary11100010101101010101110111100111110101111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25A57; }

 p { color: rgb(226,90,87); }

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

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

 a { background-color: rgb(226,90,87); }

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

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

 span { border-color: rgb(226,90,87); }

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