#E25F58

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

Shades of Roman #E25F58

Tints of Roman #E25F58

Color information

#E25F58 (or 0xE25F58) is unknown color: approx Roman. HEX triplet: E2, 5F and 58. RGB value is (226,95,88). Sum of RGB (Red+Green+Blue) = 226+95+88=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F58 is #1DA0A7. Grayscale: #858585. Windows color (decimal): -1941672 or 5791714. OLE color: 5791714.

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

Color convert

RGB2269588-
CMYK00.580.610.11
HSL3.04º70.41%61.57%-
HSV(B)3.04º61.06%88.63%-
XYZ37.2225.0612.11-
YUV133.37102.4194.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.26%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=55.26%
G=23.23%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226958800.580.610.113.0470.4161.57
HexE25F5803A3DB3463e
Octal3421371300727513310676
Binary111000101011111101100001110101111011011111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25F58; }

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

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

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

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

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

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

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

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