#EA8186

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

Shades of Carissma #EA8186

Tints of Carissma #EA8186

Color information

#EA8186 (or 0xEA8186) is unknown color: approx Carissma. HEX triplet: EA, 81 and 86. RGB value is (234,129,134). Sum of RGB (Red+Green+Blue) = 234+129+134=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8186 is #157E79. Grayscale: #A1A1A1. Windows color (decimal): -1408634 or 8815082. OLE color: 8815082.

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

Color convert

RGB234129134-
CMYK00.450.430.08
HSL357.14º71.43%71.18%-
HSV(B)357.14º44.87%91.76%-
XYZ46.0934.9126.86-
YUV160.96112.79180.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=47.08%
G=25.96%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412913400.450.430.08357.1471.4371.18
HexEA818602D2B81654747
Octal3522012060555310545107107
Binary1110101010000001100001100101101101011100010110010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8186; }

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

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

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

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

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

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

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

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