#EA8187

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

Shades of Carissma #EA8187

Tints of Carissma #EA8187

Color information

#EA8187 (or 0xEA8187) is unknown color: approx Carissma. HEX triplet: EA, 81 and 87. RGB value is (234,129,135). Sum of RGB (Red+Green+Blue) = 234+129+135=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8187 is #157E78. Grayscale: #A1A1A1. Windows color (decimal): -1408633 or 8880618. OLE color: 8880618.

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

Color convert

RGB234129135-
CMYK00.450.420.08
HSL356.57º71.43%71.18%-
HSV(B)356.57º44.87%91.76%-
XYZ46.1634.9427.23-
YUV161.08113.29180.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 135 (53.12% from 255) = 27.11%
R=46.99%
G=25.90%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412913500.450.420.08356.5771.4371.18
HexEA818702D2A81654747
Octal3522012070555210545107107
Binary1110101010000001100001110101101101010100010110010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8187; }

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

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

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

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

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

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

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

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