#E081A0

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

Shades of Carissma #E081A0

Tints of Carissma #E081A0

Color information

#E081A0 (or 0xE081A0) is unknown color: approx Carissma. HEX triplet: E0, 81 and A0. RGB value is (224,129,160). Sum of RGB (Red+Green+Blue) = 224+129+160=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E081A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E081A0 is #1F7E5F. Grayscale: #A0A0A0. Windows color (decimal): -2063968 or 10519008. OLE color: 10519008.

HSL color Cylindrical-coordinate representation of color #E081A0: hue angle of 340.42º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081A0 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224129160-
CMYK00.420.290.12
HSL340.42º60.51%69.22%-
HSV(B)340.42º42.41%87.84%-
XYZ44.9434.0937.47-
YUV160.94127.47172.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=43.66%
G=25.15%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412916000.420.290.12340.4260.5169.22
HexE081A002A1DC1543d45
Octal340201240052351452475105
Binary11100000100000011010000001010101110111001010101001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081A0; }

 p { color: rgb(224,129,160); }

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

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

 a { background-color: rgb(224,129,160); }

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

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

 span { border-color: rgb(224,129,160); }

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