#E98191

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

Shades of Carissma #E98191

Tints of Carissma #E98191

Color information

#E98191 (or 0xE98191) is unknown color: approx Carissma. HEX triplet: E9, 81 and 91. RGB value is (233,129,145). Sum of RGB (Red+Green+Blue) = 233+129+145=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E98191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98191 is #167E6E. Grayscale: #A1A1A1. Windows color (decimal): -1474159 or 9535977. OLE color: 9535977.

HSL color Cylindrical-coordinate representation of color #E98191: hue angle of 350.77º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E98191 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB233129145-
CMYK00.450.380.09
HSL350.77º70.27%70.98%-
HSV(B)350.77º44.64%91.37%-
XYZ46.5735.0731.1-
YUV161.92118.46178.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.96%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 145 (57.03% from 255) = 28.60%
R=45.96%
G=25.44%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312914500.450.380.09350.7770.2770.98
HexE9819102D26915f4647
Octal3512012210554611537106107
Binary1110100110000001100100010101101100110100110101111110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98191; }

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

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

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

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

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

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

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

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