#EB8197

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

Shades of Carissma #EB8197

Tints of Carissma #EB8197

Color information

#EB8197 (or 0xEB8197) is unknown color: approx Carissma. HEX triplet: EB, 81 and 97. RGB value is (235,129,151). Sum of RGB (Red+Green+Blue) = 235+129+151=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8197 is #147E68. Grayscale: #A3A3A3. Windows color (decimal): -1343081 or 9929195. OLE color: 9929195.

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

Color convert

RGB235129151-
CMYK00.450.360.08
HSL347.55º72.6%71.37%-
HSV(B)347.55º45.11%92.16%-
XYZ47.735.633.64-
YUV163.2121.12179.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.63%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=45.63%
G=25.05%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512915100.450.360.08347.5572.671.37
HexEB819702D24815c4947
Octal3532012270554410534111107
Binary1110101110000001100101110101101100100100010101110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8197; }

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

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

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

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

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

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

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

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