#E18386

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

Shades of Carissma #E18386

Tints of Carissma #E18386

Color information

#E18386 (or 0xE18386) is unknown color: approx Carissma. HEX triplet: E1, 83 and 86. RGB value is (225,131,134). Sum of RGB (Red+Green+Blue) = 225+131+134=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E18386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18386 is #1E7C79. Grayscale: #9F9F9F. Windows color (decimal): -1997946 or 8815585. OLE color: 8815585.

HSL color Cylindrical-coordinate representation of color #E18386: hue angle of 358.09º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E18386 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225131134-
CMYK00.420.400.12
HSL358.09º61.04%69.8%-
HSV(B)358.09º41.78%88.24%-
XYZ43.4733.9626.82-
YUV159.45113.64174.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=45.92%
G=26.73%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513113400.420.400.12358.0961.0469.8
HexE1838602A28C1663d46
Octal341203206052501454675106
Binary111000011000001110000110010101010100011001011001101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18386; }

 p { color: rgb(225,131,134); }

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

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

 a { background-color: rgb(225,131,134); }

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

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

 span { border-color: rgb(225,131,134); }

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