#EB8186

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

Shades of Carissma #EB8186

Tints of Carissma #EB8186

Color information

#EB8186 (or 0xEB8186) is unknown color: approx Carissma. HEX triplet: EB, 81 and 86. RGB value is (235,129,134). Sum of RGB (Red+Green+Blue) = 235+129+134=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8186 is #147E79. Grayscale: #A1A1A1. Windows color (decimal): -1343098 or 8815083. OLE color: 8815083.

HSL color Cylindrical-coordinate representation of color #EB8186: hue angle of 357.17º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB8186 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235129134-
CMYK00.450.430.08
HSL357.17º72.6%71.37%-
HSV(B)357.17º45.11%92.16%-
XYZ46.4135.0826.88-
YUV161.26112.62180.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.19%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 134 (52.73% from 255) = 26.91%
R=47.19%
G=25.90%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512913400.450.430.08357.1772.671.37
HexEB818602D2B81654947
Octal3532012060555310545111107
Binary1110101110000001100001100101101101011100010110010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8186; }

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

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

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

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

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

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

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

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