#E98095

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

Shades of Carissma #E98095

Tints of Carissma #E98095

Color information

#E98095 (or 0xE98095) is unknown color: approx Carissma. HEX triplet: E9, 80 and 95. RGB value is (233,128,149). Sum of RGB (Red+Green+Blue) = 233+128+149=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E98095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98095 is #167F6A. Grayscale: #A1A1A1. Windows color (decimal): -1474411 or 9797865. OLE color: 9797865.

HSL color Cylindrical-coordinate representation of color #E98095: hue angle of 348º 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 #E98095 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233128149-
CMYK00.450.360.09
HSL348º70.47%70.78%-
HSV(B)348º45.06%91.37%-
XYZ46.7534.9332.71-
YUV161.79120.79178.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.69%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 149 (58.59% from 255) = 29.22%
R=45.69%
G=25.10%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312814900.450.360.0934870.4770.78
HexE9809502D24915c4647
Octal3512002250554411534106107
Binary1110100110000000100101010101101100100100110101110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98095; }

 p { color: rgb(233,128,149); }

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

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

 a { background-color: rgb(233,128,149); }

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

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

 span { border-color: rgb(233,128,149); }

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