#EA8196

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

Shades of Carissma #EA8196

Tints of Carissma #EA8196

Color information

#EA8196 (or 0xEA8196) is unknown color: approx Carissma. HEX triplet: EA, 81 and 96. RGB value is (234,129,150). Sum of RGB (Red+Green+Blue) = 234+129+150=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8196 is #157E69. Grayscale: #A2A2A2. Windows color (decimal): -1408618 or 9863658. OLE color: 9863658.

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

Color convert

RGB234129150-
CMYK00.450.360.08
HSL348º71.43%71.18%-
HSV(B)348º44.87%91.76%-
XYZ47.2935.3933.19-
YUV162.79120.79178.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=45.61%
G=25.15%
B=29.24%

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
Decimal23412915000.450.360.0834871.4371.18
HexEA819602D24815c4747
Octal3522012260554410534107107
Binary1110101010000001100101100101101100100100010101110010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8196; }

 p { color: rgb(234,129,150); }

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

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

 a { background-color: rgb(234,129,150); }

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

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

 span { border-color: rgb(234,129,150); }

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