#E98696

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

Shades of Carissma #E98696

Tints of Carissma #E98696

Color information

#E98696 (or 0xE98696) is unknown color: approx Carissma. HEX triplet: E9, 86 and 96. RGB value is (233,134,150). Sum of RGB (Red+Green+Blue) = 233+134+150=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E98696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98696 is #167969. Grayscale: #A5A5A5. Windows color (decimal): -1472874 or 9864937. OLE color: 9864937.

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

Color convert

RGB233134150-
CMYK00.420.360.09
HSL350.3º69.23%71.96%-
HSV(B)350.3º42.49%91.37%-
XYZ47.6336.5833.4-
YUV165.42119.3176.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.07%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=45.07%
G=25.92%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313415000.420.360.09350.369.2371.96
HexE9869602A24915e4548
Octal3512062260524411536105110
Binary1110100110000110100101100101010100100100110101111010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98696; }

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

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

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

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

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

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

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

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