#E18392

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

Shades of Carissma #E18392

Tints of Carissma #E18392

Color information

#E18392 (or 0xE18392) is unknown color: approx Carissma. HEX triplet: E1, 83 and 92. RGB value is (225,131,146). Sum of RGB (Red+Green+Blue) = 225+131+146=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E18392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18392 is #1E7C6D. Grayscale: #A0A0A0. Windows color (decimal): -1997934 or 9602017. OLE color: 9602017.

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

Color convert

RGB225131146-
CMYK00.420.350.12
HSL350.43º61.04%69.8%-
HSV(B)350.43º41.78%88.24%-
XYZ44.3634.3231.48-
YUV160.82119.64173.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=44.82%
G=26.10%
B=29.08%

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
Decimal22513114600.420.350.12350.4361.0469.8
HexE1839202A23C15e3d46
Octal341203222052431453675106
Binary111000011000001110010010010101010001111001010111101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18392; }

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

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

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

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

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

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

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

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