#E95B5A

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

Shades of Roman #E95B5A

Tints of Roman #E95B5A

Color information

#E95B5A (or 0xE95B5A) is unknown color: approx Roman. HEX triplet: E9, 5B and 5A. RGB value is (233,91,90). Sum of RGB (Red+Green+Blue) = 233+91+90=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95B5A is #16A4A5. Grayscale: #858585. Windows color (decimal): -1483942 or 5921769. OLE color: 5921769.

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

Color convert

RGB2339190-
CMYK00.610.610.09
HSL0.42º76.47%63.33%-
HSV(B)0.42º61.37%91.37%-
XYZ39.1925.5412.54-
YUV133.34103.54199.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.28%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 90 (35.55% from 255) = 21.74%
R=56.28%
G=21.98%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233919000.610.610.090.4276.4763.33
HexE95B5A03D3D904c3f
Octal3511331320757511011477
Binary11101001101101110110100111101111101100101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95B5A; }

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

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

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

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

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

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

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

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