#E58191

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

Shades of Carissma #E58191

Tints of Carissma #E58191

Color information

#E58191 (or 0xE58191) is unknown color: approx Carissma. HEX triplet: E5, 81 and 91. RGB value is (229,129,145). Sum of RGB (Red+Green+Blue) = 229+129+145=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E58191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58191 is #1A7E6E. Grayscale: #A0A0A0. Windows color (decimal): -1736303 or 9535973. OLE color: 9535973.

HSL color Cylindrical-coordinate representation of color #E58191: hue angle of 350.4º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E58191 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB229129145-
CMYK00.440.370.10
HSL350.4º65.79%70.2%-
HSV(B)350.4º43.67%89.8%-
XYZ45.2734.431.04-
YUV160.72119.13176.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.53%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 145 (57.03% from 255) = 28.83%
R=45.53%
G=25.65%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912914500.440.370.10350.465.7970.2
HexE5819102C25A15e4246
Octal3452012210544512536102106
Binary1110010110000001100100010101100100101101010101111010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58191; }

 p { color: rgb(229,129,145); }

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

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

 a { background-color: rgb(229,129,145); }

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

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

 span { border-color: rgb(229,129,145); }

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