#E580A1

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

Shades of Carissma #E580A1

Tints of Carissma #E580A1

Color information

#E580A1 (or 0xE580A1) is unknown color: approx Carissma. HEX triplet: E5, 80 and A1. RGB value is (229,128,161). Sum of RGB (Red+Green+Blue) = 229+128+161=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E580A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E580A1 is #1A7F5E. Grayscale: #A1A1A1. Windows color (decimal): -1736543 or 10584293. OLE color: 10584293.

HSL color Cylindrical-coordinate representation of color #E580A1: hue angle of 340.4º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E580A1 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB229128161-
CMYK00.440.300.10
HSL340.4º66.01%70%-
HSV(B)340.4º44.1%89.8%-
XYZ46.4734.6737.96-
YUV161.96127.46175.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.21%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 161 (63.28% from 255) = 31.08%
R=44.21%
G=24.71%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912816100.440.300.10340.466.0170
HexE580A102C1EA1544246
Octal3452002410543612524102106
Binary111001011000000010100001010110011110101010101010010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E580A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E580A1; }

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

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

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

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

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

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

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

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