#E18D9B

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

Shades of Carissma #E18D9B

Tints of Carissma #E18D9B

Color information

#E18D9B (or 0xE18D9B) is unknown color: approx Carissma. HEX triplet: E1, 8D and 9B. RGB value is (225,141,155). Sum of RGB (Red+Green+Blue) = 225+141+155=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18D9B is #1E7264. Grayscale: #A7A7A7. Windows color (decimal): -1995365 or 10194401. OLE color: 10194401.

HSL color Cylindrical-coordinate representation of color #E18D9B: hue angle of 350º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18D9B is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225141155-
CMYK00.370.310.12
HSL350º58.33%71.76%-
HSV(B)350º37.33%88.24%-
XYZ46.4937.4235.78-
YUV167.71120.83168.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=43.19%
G=27.06%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514115500.370.310.1235058.3371.76
HexE18D9B0251FC15e3a48
Octal341215233045371453672110
Binary11100001100011011001101101001011111111001010111101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D9B; }

 p { color: rgb(225,141,155); }

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

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

 a { background-color: rgb(225,141,155); }

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

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

 span { border-color: rgb(225,141,155); }

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