#E95F5B

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

Shades of Roman #E95F5B

Tints of Roman #E95F5B

Color information

#E95F5B (or 0xE95F5B) is unknown color: approx Roman. HEX triplet: E9, 5F and 5B. RGB value is (233,95,91). Sum of RGB (Red+Green+Blue) = 233+95+91=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95F5B is #16A0A4. Grayscale: #878787. Windows color (decimal): -1482917 or 5988329. OLE color: 5988329.

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

Color convert

RGB2339591-
CMYK00.590.610.09
HSL1.69º76.34%63.53%-
HSV(B)1.69º60.94%91.37%-
XYZ39.5826.2612.88-
YUV135.81102.72197.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.61%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 91 (35.94% from 255) = 21.72%
R=55.61%
G=22.67%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233959100.590.610.091.6976.3463.53
HexE95F5B03B3D924c40
Octal35113713307375112114100
Binary1110100110111111011011011101111110110011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95F5B; }

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

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

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

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

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

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

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

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