#EB8896

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

Shades of Carissma #EB8896

Tints of Carissma #EB8896

Color information

#EB8896 (or 0xEB8896) is unknown color: approx Carissma. HEX triplet: EB, 88 and 96. RGB value is (235,136,150). Sum of RGB (Red+Green+Blue) = 235+136+150=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8896 is #147769. Grayscale: #A7A7A7. Windows color (decimal): -1341290 or 9865451. OLE color: 9865451.

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

Color convert

RGB235136150-
CMYK00.420.360.08
HSL351.52º71.22%72.75%-
HSV(B)351.52º42.13%92.16%-
XYZ48.5737.4733.53-
YUV167.2118.3176.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=45.11%
G=26.10%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513615000.420.360.08351.5271.2272.75
HexEB889602A2481604749
Octal3532102260524410540107111
Binary1110101110001000100101100101010100100100010110000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8896; }

 p { color: rgb(235,136,150); }

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

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

 a { background-color: rgb(235,136,150); }

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

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

 span { border-color: rgb(235,136,150); }

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