#E88A96

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

Shades of Carissma #E88A96

Tints of Carissma #E88A96

Color information

#E88A96 (or 0xE88A96) is unknown color: approx Carissma. HEX triplet: E8, 8A and 96. RGB value is (232,138,150). Sum of RGB (Red+Green+Blue) = 232+138+150=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88A96 is #177569. Grayscale: #A7A7A7. Windows color (decimal): -1537386 or 9865960. OLE color: 9865960.

HSL color Cylindrical-coordinate representation of color #E88A96: hue angle of 352.34º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88A96 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB232138150-
CMYK00.410.350.09
HSL352.34º67.14%72.55%-
HSV(B)352.34º40.52%90.98%-
XYZ47.8737.5333.58-
YUV167.47118.14174.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.62%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=44.62%
G=26.54%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213815000.410.350.09352.3467.1472.55
HexE88A960292391604349
Octal3502122260514311540103111
Binary1110100010001010100101100101001100011100110110000010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88A96; }

 p { color: rgb(232,138,150); }

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

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

 a { background-color: rgb(232,138,150); }

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

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

 span { border-color: rgb(232,138,150); }

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