#EB8399

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

Shades of Carissma #EB8399

Tints of Carissma #EB8399

Color information

#EB8399 (or 0xEB8399) is unknown color: approx Carissma. HEX triplet: EB, 83 and 99. RGB value is (235,131,153). Sum of RGB (Red+Green+Blue) = 235+131+153=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8399 is #147C66. Grayscale: #A4A4A4. Windows color (decimal): -1342567 or 10060779. OLE color: 10060779.

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

Color convert

RGB235131153-
CMYK00.440.350.08
HSL347.31º72.22%71.76%-
HSV(B)347.31º44.26%92.16%-
XYZ48.1336.1934.59-
YUV164.6121.46178.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 131 (51.56% from 255) = 25.24%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=45.28%
G=25.24%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513115300.440.350.08347.3172.2271.76
HexEB839902C23815b4848
Octal3532032310544310533110110
Binary1110101110000011100110010101100100011100010101101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8399; }

 p { color: rgb(235,131,153); }

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

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

 a { background-color: rgb(235,131,153); }

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

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

 span { border-color: rgb(235,131,153); }

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