#EB8496

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

Shades of Carissma #EB8496

Tints of Carissma #EB8496

Color information

#EB8496 (or 0xEB8496) is unknown color: approx Carissma. HEX triplet: EB, 84 and 96. RGB value is (235,132,150). Sum of RGB (Red+Green+Blue) = 235+132+150=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8496 is #147B69. Grayscale: #A4A4A4. Windows color (decimal): -1342314 or 9864427. OLE color: 9864427.

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

Color convert

RGB235132150-
CMYK00.440.360.08
HSL349.51º72.03%71.96%-
HSV(B)349.51º43.83%92.16%-
XYZ48.0236.3733.34-
YUV164.85119.62178.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=45.45%
G=25.53%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513215000.440.360.08349.5172.0371.96
HexEB849602C24815e4848
Octal3532042260544410536110110
Binary1110101110000100100101100101100100100100010101111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8496; }

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

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

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

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

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

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

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

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