#E88196

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

Shades of Carissma #E88196

Tints of Carissma #E88196

Color information

#E88196 (or 0xE88196) is unknown color: approx Carissma. HEX triplet: E8, 81 and 96. RGB value is (232,129,150). Sum of RGB (Red+Green+Blue) = 232+129+150=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E88196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88196 is #177E69. Grayscale: #A2A2A2. Windows color (decimal): -1539690 or 9863656. OLE color: 9863656.

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

Color convert

RGB232129150-
CMYK00.440.350.09
HSL347.77º69.13%70.78%-
HSV(B)347.77º44.4%90.98%-
XYZ46.6335.0633.16-
YUV162.19121.12177.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.40%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=45.40%
G=25.24%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212915000.440.350.09347.7769.1370.78
HexE8819602C23915c4547
Octal3502012260544311534105107
Binary1110100010000001100101100101100100011100110101110010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88196; }

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

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

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

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

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

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

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

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