#E180A3

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

Shades of Carissma #E180A3

Tints of Carissma #E180A3

Color information

#E180A3 (or 0xE180A3) is unknown color: approx Carissma. HEX triplet: E1, 80 and A3. RGB value is (225,128,163). Sum of RGB (Red+Green+Blue) = 225+128+163=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E180A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180A3 is #1E7F5C. Grayscale: #A0A0A0. Windows color (decimal): -1998685 or 10715361. OLE color: 10715361.

HSL color Cylindrical-coordinate representation of color #E180A3: hue angle of 338.35º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180A3 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB225128163-
CMYK00.430.280.12
HSL338.35º61.78%69.22%-
HSV(B)338.35º43.11%88.24%-
XYZ45.3834.0938.84-
YUV160.99129.14173.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=43.60%
G=24.81%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512816300.430.280.12338.3561.7869.22
HexE180A302B1CC1523e45
Octal341200243053341452276105
Binary11100001100000001010001101010111110011001010100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180A3; }

 p { color: rgb(225,128,163); }

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

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

 a { background-color: rgb(225,128,163); }

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

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

 span { border-color: rgb(225,128,163); }

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