#E188A0

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

Shades of Carissma #E188A0

Tints of Carissma #E188A0

Color information

#E188A0 (or 0xE188A0) is unknown color: approx Carissma. HEX triplet: E1, 88 and A0. RGB value is (225,136,160). Sum of RGB (Red+Green+Blue) = 225+136+160=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E188A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E188A0 is #1E775F. Grayscale: #A5A5A5. Windows color (decimal): -1996640 or 10520801. OLE color: 10520801.

HSL color Cylindrical-coordinate representation of color #E188A0: hue angle of 343.82º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E188A0 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225136160-
CMYK00.400.290.12
HSL343.82º59.73%70.78%-
HSV(B)343.82º39.56%88.24%-
XYZ46.236.1537.8-
YUV165.35124.99170.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 160 (62.89% from 255) = 30.71%
R=43.19%
G=26.10%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513616000.400.290.12343.8259.7370.78
HexE188A00281DC1583c47
Octal341210240050351453074107
Binary11100001100010001010000001010001110111001010110001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E188A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E188A0; }

 p { color: rgb(225,136,160); }

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

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

 a { background-color: rgb(225,136,160); }

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

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

 span { border-color: rgb(225,136,160); }

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