#EA8485

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

Shades of Carissma #EA8485

Tints of Carissma #EA8485

Color information

#EA8485 (or 0xEA8485) is unknown color: approx Carissma. HEX triplet: EA, 84 and 85. RGB value is (234,132,133). Sum of RGB (Red+Green+Blue) = 234+132+133=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8485 is #157B7A. Grayscale: #A2A2A2. Windows color (decimal): -1407867 or 8750314. OLE color: 8750314.

HSL color Cylindrical-coordinate representation of color #EA8485: 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.44%. Process color model (Four color, CMYK) of #EA8485 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234132133-
CMYK00.440.430.08
HSL359.41º70.83%71.76%-
HSV(B)359.41º43.59%91.76%-
XYZ46.4235.6926.63-
YUV162.61111.29178.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=46.89%
G=26.45%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413213300.440.430.08359.4170.8371.76
HexEA848502C2B81674748
Octal3522042050545310547107110
Binary1110101010000100100001010101100101011100010110011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8485; }

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

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

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

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

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

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

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

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