#E95F5E

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

Shades of Roman #E95F5E

Tints of Roman #E95F5E

Color information

#E95F5E (or 0xE95F5E) is unknown color: approx Roman. HEX triplet: E9, 5F and 5E. RGB value is (233,95,94). Sum of RGB (Red+Green+Blue) = 233+95+94=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95F5E is #16A0A1. Grayscale: #888888. Windows color (decimal): -1482914 or 6184937. OLE color: 6184937.

HSL color Cylindrical-coordinate representation of color #E95F5E: hue angle of 0.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95F5E is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB2339594-
CMYK00.590.600.09
HSL0.43º75.96%64.12%-
HSV(B)0.43º59.66%91.37%-
XYZ39.7226.3213.58-
YUV136.15104.22197.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.21%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=55.21%
G=22.51%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233959400.590.600.090.4375.9664.12
HexE95F5E03B3C904c40
Octal35113713607374110114100
Binary111010011011111101111001110111111001001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95F5E; }

 p { color: rgb(233,95,94); }

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

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

 a { background-color: rgb(233,95,94); }

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

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

 span { border-color: rgb(233,95,94); }

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