#E882A2

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

Shades of Carissma #E882A2

Tints of Carissma #E882A2

Color information

#E882A2 (or 0xE882A2) is unknown color: approx Carissma. HEX triplet: E8, 82 and A2. RGB value is (232,130,162). Sum of RGB (Red+Green+Blue) = 232+130+162=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E882A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E882A2 is #177D5D. Grayscale: #A4A4A4. Windows color (decimal): -1539422 or 10650344. OLE color: 10650344.

HSL color Cylindrical-coordinate representation of color #E882A2: hue angle of 341.18º 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 #E882A2 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB232130162-
CMYK00.440.300.09
HSL341.18º68.92%70.98%-
HSV(B)341.18º43.97%90.98%-
XYZ47.7835.7338.56-
YUV164.15126.79176.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.27%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 162 (63.67% from 255) = 30.92%
R=44.27%
G=24.81%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213016200.440.300.09341.1868.9270.98
HexE882A202C1E91554547
Octal3502022420543611525105107
Binary111010001000001010100010010110011110100110101010110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E882A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E882A2; }

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

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

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

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

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

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

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

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