#E95E5D

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

Shades of Roman #E95E5D

Tints of Roman #E95E5D

Color information

#E95E5D (or 0xE95E5D) is unknown color: approx Roman. HEX triplet: E9, 5E and 5D. RGB value is (233,94,93). Sum of RGB (Red+Green+Blue) = 233+94+93=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95E5D is #16A1A2. Grayscale: #878787. Windows color (decimal): -1483171 or 6119145. OLE color: 6119145.

HSL color Cylindrical-coordinate representation of color #E95E5D: 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 #E95E5D is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB2339493-
CMYK00.600.600.09
HSL0.43º76.09%63.92%-
HSV(B)0.43º60.09%91.37%-
XYZ39.5826.1213.31-
YUV135.45104.05197.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.48%
GREEN value IS 94 (37.11% from 255) = 22.38%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=55.48%
G=22.38%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233949300.600.600.090.4376.0963.92
HexE95E5D03C3C904c40
Octal35113613507474110114100
Binary111010011011110101110101111001111001001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95E5D; }

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

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

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

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

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

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

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

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