#EB8489

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

Shades of Carissma #EB8489

Tints of Carissma #EB8489

Color information

#EB8489 (or 0xEB8489) is unknown color: approx Carissma. HEX triplet: EB, 84 and 89. RGB value is (235,132,137). Sum of RGB (Red+Green+Blue) = 235+132+137=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8489 is #147B76. Grayscale: #A3A3A3. Windows color (decimal): -1342327 or 9012459. OLE color: 9012459.

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

Color convert

RGB235132137-
CMYK00.440.420.08
HSL357.09º72.03%71.96%-
HSV(B)357.09º43.83%92.16%-
XYZ47.0335.9728.13-
YUV163.37113.12179.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.63%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 137 (53.91% from 255) = 27.18%
R=46.63%
G=26.19%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513213700.440.420.08357.0972.0371.96
HexEB848902C2A81654848
Octal3532042110545210545110110
Binary1110101110000100100010010101100101010100010110010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8489; }

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

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

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

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

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

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

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

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