#EB8199

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

Shades of Carissma #EB8199

Tints of Carissma #EB8199

Color information

#EB8199 (or 0xEB8199) is unknown color: approx Carissma. HEX triplet: EB, 81 and 99. RGB value is (235,129,153). Sum of RGB (Red+Green+Blue) = 235+129+153=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8199 is #147E66. Grayscale: #A3A3A3. Windows color (decimal): -1343079 or 10060267. OLE color: 10060267.

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

Color convert

RGB235129153-
CMYK00.450.350.08
HSL346.42º72.6%71.37%-
HSV(B)346.42º45.11%92.16%-
XYZ47.8635.6634.5-
YUV163.43122.12179.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=45.45%
G=24.95%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512915300.450.350.08346.4272.671.37
HexEB819902D23815a4947
Octal3532012310554310532111107
Binary1110101110000001100110010101101100011100010101101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8199; }

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

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

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

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

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

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

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

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