#E882A1

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

Shades of Carissma #E882A1

Tints of Carissma #E882A1

Color information

#E882A1 (or 0xE882A1) is unknown color: approx Carissma. HEX triplet: E8, 82 and A1. RGB value is (232,130,161). Sum of RGB (Red+Green+Blue) = 232+130+161=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E882A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E882A1 is #177D5E. Grayscale: #A4A4A4. Windows color (decimal): -1539423 or 10584808. OLE color: 10584808.

HSL color Cylindrical-coordinate representation of color #E882A1: hue angle of 341.76º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E882A1 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB232130161-
CMYK00.440.310.09
HSL341.76º68.92%70.98%-
HSV(B)341.76º43.97%90.98%-
XYZ47.6935.6938.09-
YUV164.03126.29176.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.36%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=44.36%
G=24.86%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213016100.440.310.09341.7668.9270.98
HexE882A102C1F91564547
Octal3502022410543711526105107
Binary111010001000001010100001010110011111100110101011010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E882A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E882A1; }

 p { color: rgb(232,130,161); }

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

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

 a { background-color: rgb(232,130,161); }

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

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

 span { border-color: rgb(232,130,161); }

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