#EB8086

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

Shades of Carissma #EB8086

Tints of Carissma #EB8086

Color information

#EB8086 (or 0xEB8086) is unknown color: approx Carissma. HEX triplet: EB, 80 and 86. RGB value is (235,128,134). Sum of RGB (Red+Green+Blue) = 235+128+134=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8086 is #147F79. Grayscale: #A0A0A0. Windows color (decimal): -1343354 or 8814827. OLE color: 8814827.

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

Color convert

RGB235128134-
CMYK00.460.430.08
HSL356.64º72.79%71.18%-
HSV(B)356.64º45.53%92.16%-
XYZ46.2834.8226.84-
YUV160.68112.95181.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.28%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=47.28%
G=25.75%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512813400.460.430.08356.6472.7971.18
HexEB808602E2B81654947
Octal3532002060565310545111107
Binary1110101110000000100001100101110101011100010110010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8086; }

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

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

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

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

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

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

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

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