#E18085

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

Shades of Carissma #E18085

Tints of Carissma #E18085

Color information

#E18085 (or 0xE18085) is unknown color: approx Carissma. HEX triplet: E1, 80 and 85. RGB value is (225,128,133). Sum of RGB (Red+Green+Blue) = 225+128+133=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E18085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18085 is #1E7F7A. Grayscale: #9D9D9D. Windows color (decimal): -1998715 or 8749281. OLE color: 8749281.

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

Color convert

RGB225128133-
CMYK00.430.410.12
HSL356.91º61.78%69.22%-
HSV(B)356.91º43.11%88.24%-
XYZ4333.1426.32-
YUV157.57114.14176.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=46.30%
G=26.34%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512813300.430.410.12356.9161.7869.22
HexE1808502B29C1653e45
Octal341200205053511454576105
Binary111000011000000010000101010101110100111001011001011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18085; }

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

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

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

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

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

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

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

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