#EA8696

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

Shades of Carissma #EA8696

Tints of Carissma #EA8696

Color information

#EA8696 (or 0xEA8696) is unknown color: approx Carissma. HEX triplet: EA, 86 and 96. RGB value is (234,134,150). Sum of RGB (Red+Green+Blue) = 234+134+150=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8696 is #157969. Grayscale: #A5A5A5. Windows color (decimal): -1407338 or 9864938. OLE color: 9864938.

HSL color Cylindrical-coordinate representation of color #EA8696: hue angle of 350.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA8696 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234134150-
CMYK00.430.360.08
HSL350.4º70.42%72.16%-
HSV(B)350.4º42.74%91.76%-
XYZ47.9636.7433.42-
YUV165.72119.13176.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=45.17%
G=25.87%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413415000.430.360.08350.470.4272.16
HexEA869602B24815e4648
Octal3522062260534410536106110
Binary1110101010000110100101100101011100100100010101111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8696; }

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

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

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

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

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

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

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

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