#E18D9E

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

Shades of Carissma #E18D9E

Tints of Carissma #E18D9E

Color information

#E18D9E (or 0xE18D9E) is unknown color: approx Carissma. HEX triplet: E1, 8D and 9E. RGB value is (225,141,158). Sum of RGB (Red+Green+Blue) = 225+141+158=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18D9E is #1E7261. Grayscale: #A8A8A8. Windows color (decimal): -1995362 or 10391009. OLE color: 10391009.

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

Color convert

RGB225141158-
CMYK00.370.300.12
HSL347.86º58.33%71.76%-
HSV(B)347.86º37.33%88.24%-
XYZ46.7537.5337.13-
YUV168.05122.33168.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=42.94%
G=26.91%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514115800.370.300.12347.8658.3371.76
HexE18D9E0251EC15c3a48
Octal341215236045361453472110
Binary11100001100011011001111001001011111011001010111001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D9E; }

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

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

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

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

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

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

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

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