#E183A0

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

Shades of Carissma #E183A0

Tints of Carissma #E183A0

Color information

#E183A0 (or 0xE183A0) is unknown color: approx Carissma. HEX triplet: E1, 83 and A0. RGB value is (225,131,160). Sum of RGB (Red+Green+Blue) = 225+131+160=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E183A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E183A0 is #1E7C5F. Grayscale: #A2A2A2. Windows color (decimal): -1997920 or 10519521. OLE color: 10519521.

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

Color convert

RGB225131160-
CMYK00.420.290.12
HSL341.49º61.04%69.8%-
HSV(B)341.49º41.78%88.24%-
XYZ45.5134.7837.57-
YUV162.41126.64172.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=43.60%
G=25.39%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513116000.420.290.12341.4961.0469.8
HexE183A002A1DC1553d46
Octal341203240052351452575106
Binary11100001100000111010000001010101110111001010101011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E183A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E183A0; }

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

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

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

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

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

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

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

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