#E18096

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

Shades of Carissma #E18096

Tints of Carissma #E18096

Color information

#E18096 (or 0xE18096) is unknown color: approx Carissma. HEX triplet: E1, 80 and 96. RGB value is (225,128,150). Sum of RGB (Red+Green+Blue) = 225+128+150=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E18096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18096 is #1E7F69. Grayscale: #9F9F9F. Windows color (decimal): -1998698 or 9863393. OLE color: 9863393.

HSL color Cylindrical-coordinate representation of color #E18096: hue angle of 346.39º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E18096 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225128150-
CMYK00.430.330.12
HSL346.39º61.78%69.22%-
HSV(B)346.39º43.11%88.24%-
XYZ44.2833.6533.02-
YUV159.51122.64174.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=44.73%
G=25.45%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512815000.430.330.12346.3961.7869.22
HexE1809602B21C15a3e45
Octal341200226053411453276105
Binary111000011000000010010110010101110000111001010110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18096; }

 p { color: rgb(225,128,150); }

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

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

 a { background-color: rgb(225,128,150); }

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

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

 span { border-color: rgb(225,128,150); }

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