#E88186

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

Shades of Carissma #E88186

Tints of Carissma #E88186

Color information

#E88186 (or 0xE88186) is unknown color: approx Carissma. HEX triplet: E8, 81 and 86. RGB value is (232,129,134). Sum of RGB (Red+Green+Blue) = 232+129+134=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E88186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88186 is #177E79. Grayscale: #A0A0A0. Windows color (decimal): -1539706 or 8815080. OLE color: 8815080.

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

Color convert

RGB232129134-
CMYK00.440.420.09
HSL357.09º69.13%70.78%-
HSV(B)357.09º44.4%90.98%-
XYZ45.4334.5826.83-
YUV160.37113.12179.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 129 (50.78% from 255) = 26.06%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=46.87%
G=26.06%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212913400.440.420.09357.0969.1370.78
HexE8818602C2A91654547
Octal3502012060545211545105107
Binary1110100010000001100001100101100101010100110110010110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88186; }

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

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

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

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

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

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

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

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