#E18393

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

Shades of Carissma #E18393

Tints of Carissma #E18393

Color information

#E18393 (or 0xE18393) is unknown color: approx Carissma. HEX triplet: E1, 83 and 93. RGB value is (225,131,147). Sum of RGB (Red+Green+Blue) = 225+131+147=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E18393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18393 is #1E7C6C. Grayscale: #A0A0A0. Windows color (decimal): -1997933 or 9667553. OLE color: 9667553.

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

Color convert

RGB225131147-
CMYK00.420.350.12
HSL349.79º61.04%69.8%-
HSV(B)349.79º41.78%88.24%-
XYZ44.4334.3531.89-
YUV160.93120.14173.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 131 (51.56% from 255) = 26.04%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=44.73%
G=26.04%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513114700.420.350.12349.7961.0469.8
HexE1839302A23C15e3d46
Octal341203223052431453675106
Binary111000011000001110010011010101010001111001010111101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18393; }

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

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

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

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

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

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

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

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