#EA8586

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

Shades of Carissma #EA8586

Tints of Carissma #EA8586

Color information

#EA8586 (or 0xEA8586) is unknown color: approx Carissma. HEX triplet: EA, 85 and 86. RGB value is (234,133,134). Sum of RGB (Red+Green+Blue) = 234+133+134=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8586 is #157A79. Grayscale: #A3A3A3. Windows color (decimal): -1407610 or 8816106. OLE color: 8816106.

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

Color convert

RGB234133134-
CMYK00.430.430.08
HSL359.41º70.63%71.96%-
HSV(B)359.41º43.16%91.76%-
XYZ46.6235.9927.04-
YUV163.31111.46178.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=46.71%
G=26.55%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413313400.430.430.08359.4170.6371.96
HexEA858602B2B81674748
Octal3522052060535310547107110
Binary1110101010000101100001100101011101011100010110011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8586; }

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

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

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

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

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

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

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

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