#E18385

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

Shades of Carissma #E18385

Tints of Carissma #E18385

Color information

#E18385 (or 0xE18385) is unknown color: approx Carissma. HEX triplet: E1, 83 and 85. RGB value is (225,131,133). Sum of RGB (Red+Green+Blue) = 225+131+133=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E18385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18385 is #1E7C7A. Grayscale: #9F9F9F. Windows color (decimal): -1997947 or 8750049. OLE color: 8750049.

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

Color convert

RGB225131133-
CMYK00.420.410.12
HSL358.72º61.04%69.8%-
HSV(B)358.72º41.78%88.24%-
XYZ43.433.9326.45-
YUV159.33113.14174.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=46.01%
G=26.79%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513113300.420.410.12358.7261.0469.8
HexE1838502A29C1673d46
Octal341203205052511454775106
Binary111000011000001110000101010101010100111001011001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18385; }

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

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

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

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

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

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

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

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