#E180A0

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

Shades of Carissma #E180A0

Tints of Carissma #E180A0

Color information

#E180A0 (or 0xE180A0) is unknown color: approx Carissma. HEX triplet: E1, 80 and A0. RGB value is (225,128,160). Sum of RGB (Red+Green+Blue) = 225+128+160=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E180A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180A0 is #1E7F5F. Grayscale: #A0A0A0. Windows color (decimal): -1998688 or 10518753. OLE color: 10518753.

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

Color convert

RGB225128160-
CMYK00.430.290.12
HSL340.21º61.78%69.22%-
HSV(B)340.21º43.11%88.24%-
XYZ45.1233.9837.44-
YUV160.65127.64173.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=43.86%
G=24.95%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512816000.430.290.12340.2161.7869.22
HexE180A002B1DC1543e45
Octal341200240053351452476105
Binary11100001100000001010000001010111110111001010101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180A0; }

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

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

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

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

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

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

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

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