#E98096

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

Shades of Carissma #E98096

Tints of Carissma #E98096

Color information

#E98096 (or 0xE98096) is unknown color: approx Carissma. HEX triplet: E9, 80 and 96. RGB value is (233,128,150). Sum of RGB (Red+Green+Blue) = 233+128+150=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E98096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98096 is #167F69. Grayscale: #A1A1A1. Windows color (decimal): -1474410 or 9863401. OLE color: 9863401.

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

Color convert

RGB233128150-
CMYK00.450.360.09
HSL347.43º70.47%70.78%-
HSV(B)347.43º45.06%91.37%-
XYZ46.8334.9633.13-
YUV161.9121.29178.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.60%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=45.60%
G=25.05%
B=29.35%

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
Decimal23312815000.450.360.09347.4370.4770.78
HexE9809602D24915b4647
Octal3512002260554411533106107
Binary1110100110000000100101100101101100100100110101101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98096; }

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

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

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

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

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

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

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

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