#EB8198

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

Shades of Carissma #EB8198

Tints of Carissma #EB8198

Color information

#EB8198 (or 0xEB8198) is unknown color: approx Carissma. HEX triplet: EB, 81 and 98. RGB value is (235,129,152). Sum of RGB (Red+Green+Blue) = 235+129+152=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8198 is #147E67. Grayscale: #A3A3A3. Windows color (decimal): -1343080 or 9994731. OLE color: 9994731.

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

Color convert

RGB235129152-
CMYK00.450.350.08
HSL346.98º72.6%71.37%-
HSV(B)346.98º45.11%92.16%-
XYZ47.7835.6334.06-
YUV163.32121.62179.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=45.54%
G=25%
B=29.46%

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
Decimal23512915200.450.350.08346.9872.671.37
HexEB819802D23815b4947
Octal3532012300554310533111107
Binary1110101110000001100110000101101100011100010101101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8198; }

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

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

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

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

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

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

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

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