#E98496

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

Shades of Carissma #E98496

Tints of Carissma #E98496

Color information

#E98496 (or 0xE98496) is unknown color: approx Carissma. HEX triplet: E9, 84 and 96. RGB value is (233,132,150). Sum of RGB (Red+Green+Blue) = 233+132+150=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E98496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98496 is #167B69. Grayscale: #A4A4A4. Windows color (decimal): -1473386 or 9864425. OLE color: 9864425.

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

Color convert

RGB233132150-
CMYK00.430.360.09
HSL349.31º69.66%71.57%-
HSV(B)349.31º43.35%91.37%-
XYZ47.3636.0333.31-
YUV164.25119.96177.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.24%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=45.24%
G=25.63%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313215000.430.360.09349.3169.6671.57
HexE9849602B24915d4648
Octal3512042260534411535106110
Binary1110100110000100100101100101011100100100110101110110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98496; }

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

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

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

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

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

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

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

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