#E183A2

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

Shades of Carissma #E183A2

Tints of Carissma #E183A2

Color information

#E183A2 (or 0xE183A2) is unknown color: approx Carissma. HEX triplet: E1, 83 and A2. RGB value is (225,131,162). Sum of RGB (Red+Green+Blue) = 225+131+162=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E183A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E183A2 is #1E7C5D. Grayscale: #A2A2A2. Windows color (decimal): -1997918 or 10650593. OLE color: 10650593.

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

Color convert

RGB225131162-
CMYK00.420.280.12
HSL340.21º61.04%69.8%-
HSV(B)340.21º41.78%88.24%-
XYZ45.6934.8538.5-
YUV162.64127.64172.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 131 (51.56% from 255) = 25.29%
BLUE value IS 162 (63.67% from 255) = 31.27%
R=43.44%
G=25.29%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513116200.420.280.12340.2161.0469.8
HexE183A202A1CC1543d46
Octal341203242052341452475106
Binary11100001100000111010001001010101110011001010101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E183A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E183A2; }

 p { color: rgb(225,131,162); }

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

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

 a { background-color: rgb(225,131,162); }

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

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

 span { border-color: rgb(225,131,162); }

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