#E18285

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

Shades of Carissma #E18285

Tints of Carissma #E18285

Color information

#E18285 (or 0xE18285) is unknown color: approx Carissma. HEX triplet: E1, 82 and 85. RGB value is (225,130,133). Sum of RGB (Red+Green+Blue) = 225+130+133=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E18285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18285 is #1E7D7A. Grayscale: #9E9E9E. Windows color (decimal): -1998203 or 8749793. OLE color: 8749793.

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

Color convert

RGB225130133-
CMYK00.420.410.12
HSL358.11º61.29%69.61%-
HSV(B)358.11º42.22%88.24%-
XYZ43.2733.6726.41-
YUV158.75113.47175.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.11%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=46.11%
G=26.64%
B=27.25%

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
Decimal22513013300.420.410.12358.1161.2969.61
HexE1828502A29C1663d46
Octal341202205052511454675106
Binary111000011000001010000101010101010100111001011001101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18285; }

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

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

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

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

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

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

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

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