#E286A0

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

Shades of Carissma #E286A0

Tints of Carissma #E286A0

Color information

#E286A0 (or 0xE286A0) is unknown color: approx Carissma. HEX triplet: E2, 86 and A0. RGB value is (226,134,160). Sum of RGB (Red+Green+Blue) = 226+134+160=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E286A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E286A0 is #1D795F. Grayscale: #A4A4A4. Windows color (decimal): -1931616 or 10520290. OLE color: 10520290.

HSL color Cylindrical-coordinate representation of color #E286A0: hue angle of 343.04º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E286A0 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB226134160-
CMYK00.410.290.11
HSL343.04º61.33%70.59%-
HSV(B)343.04º40.71%88.63%-
XYZ46.2335.7637.72-
YUV164.47125.48171.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.46%
GREEN value IS 134 (52.73% from 255) = 25.77%
BLUE value IS 160 (62.89% from 255) = 30.77%
R=43.46%
G=25.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613416000.410.290.11343.0461.3370.59
HexE286A00291DB1573d47
Octal342206240051351352775107
Binary11100010100001101010000001010011110110111010101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E286A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E286A0; }

 p { color: rgb(226,134,160); }

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

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

 a { background-color: rgb(226,134,160); }

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

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

 span { border-color: rgb(226,134,160); }

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