#E381A0

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

Shades of Carissma #E381A0

Tints of Carissma #E381A0

Color information

#E381A0 (or 0xE381A0) is unknown color: approx Carissma. HEX triplet: E3, 81 and A0. RGB value is (227,129,160). Sum of RGB (Red+Green+Blue) = 227+129+160=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E381A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381A0 is #1C7E5F. Grayscale: #A1A1A1. Windows color (decimal): -1867360 or 10519011. OLE color: 10519011.

HSL color Cylindrical-coordinate representation of color #E381A0: hue angle of 341.02º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381A0 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB227129160-
CMYK00.430.300.11
HSL341.02º63.64%69.8%-
HSV(B)341.02º43.17%89.02%-
XYZ45.8734.5737.51-
YUV161.84126.97174.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.99%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=43.99%
G=25%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712916000.430.300.11341.0263.6469.8
HexE381A002B1EB1554046
Octal3432012400533613525100106
Binary111000111000000110100000010101111110101110101010110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381A0; }

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

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

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

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

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

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

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

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