#E885A1

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

Shades of Carissma #E885A1

Tints of Carissma #E885A1

Color information

#E885A1 (or 0xE885A1) is unknown color: approx Carissma. HEX triplet: E8, 85 and A1. RGB value is (232,133,161). Sum of RGB (Red+Green+Blue) = 232+133+161=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E885A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E885A1 is #177A5E. Grayscale: #A5A5A5. Windows color (decimal): -1538655 or 10585576. OLE color: 10585576.

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

Color convert

RGB232133161-
CMYK00.430.310.09
HSL343.03º68.28%71.57%-
HSV(B)343.03º42.67%90.98%-
XYZ48.136.538.23-
YUV165.79125.3175.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.11%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=44.11%
G=25.29%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213316100.430.310.09343.0368.2871.57
HexE885A102B1F91574448
Octal3502052410533711527104110
Binary111010001000010110100001010101111111100110101011110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885A1; }

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

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

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

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

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

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

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

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