#EA8488

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

Shades of Carissma #EA8488

Tints of Carissma #EA8488

Color information

#EA8488 (or 0xEA8488) is unknown color: approx Carissma. HEX triplet: EA, 84 and 88. RGB value is (234,132,136). Sum of RGB (Red+Green+Blue) = 234+132+136=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8488 is #157B77. Grayscale: #A3A3A3. Windows color (decimal): -1407864 or 8946922. OLE color: 8946922.

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

Color convert

RGB234132136-
CMYK00.440.420.08
HSL357.65º70.83%71.76%-
HSV(B)357.65º43.59%91.76%-
XYZ46.6335.7727.74-
YUV162.95112.79178.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.61%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=46.61%
G=26.29%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413213600.440.420.08357.6570.8371.76
HexEA848802C2A81664748
Octal3522042100545210546107110
Binary1110101010000100100010000101100101010100010110011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8488; }

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

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

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

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

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

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

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

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