#E080A1

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

Shades of Carissma #E080A1

Tints of Carissma #E080A1

Color information

#E080A1 (or 0xE080A1) is unknown color: approx Carissma. HEX triplet: E0, 80 and A1. RGB value is (224,128,161). Sum of RGB (Red+Green+Blue) = 224+128+161=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E080A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080A1 is #1F7F5E. Grayscale: #A0A0A0. Windows color (decimal): -2064223 or 10584288. OLE color: 10584288.

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

Color convert

RGB224128161-
CMYK00.430.280.12
HSL339.38º60.76%69.02%-
HSV(B)339.38º42.86%87.84%-
XYZ44.8933.8637.89-
YUV160.47128.3173.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=43.66%
G=24.95%
B=31.38%

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
Decimal22412816100.430.280.12339.3860.7669.02
HexE080A102B1CC1533d45
Octal340200241053341452375105
Binary11100000100000001010000101010111110011001010100111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080A1; }

 p { color: rgb(224,128,161); }

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

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

 a { background-color: rgb(224,128,161); }

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

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

 span { border-color: rgb(224,128,161); }

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