#E882A3

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

Shades of Carissma #E882A3

Tints of Carissma #E882A3

Color information

#E882A3 (or 0xE882A3) is unknown color: approx Carissma. HEX triplet: E8, 82 and A3. RGB value is (232,130,163). Sum of RGB (Red+Green+Blue) = 232+130+163=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E882A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E882A3 is #177D5C. Grayscale: #A4A4A4. Windows color (decimal): -1539421 or 10715880. OLE color: 10715880.

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

Color convert

RGB232130163-
CMYK00.440.300.09
HSL340.59º68.92%70.98%-
HSV(B)340.59º43.97%90.98%-
XYZ47.8735.7739.03-
YUV164.26127.29176.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.19%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 163 (64.06% from 255) = 31.05%
R=44.19%
G=24.76%
B=31.05%

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
Decimal23213016300.440.300.09340.5968.9270.98
HexE882A302C1E91554547
Octal3502022430543611525105107
Binary111010001000001010100011010110011110100110101010110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E882A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E882A3; }

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

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

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

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

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

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

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

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