#E380A2

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

Shades of Carissma #E380A2

Tints of Carissma #E380A2

Color information

#E380A2 (or 0xE380A2) is unknown color: approx Carissma. HEX triplet: E3, 80 and A2. RGB value is (227,128,162). Sum of RGB (Red+Green+Blue) = 227+128+162=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E380A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E380A2 is #1C7F5D. Grayscale: #A1A1A1. Windows color (decimal): -1867614 or 10649827. OLE color: 10649827.

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

Color convert

RGB227128162-
CMYK00.440.290.11
HSL339.39º63.87%69.61%-
HSV(B)339.39º43.61%89.02%-
XYZ45.9234.3838.4-
YUV161.48128.3174.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.91%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=43.91%
G=24.76%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712816200.440.290.11339.3963.8769.61
HexE380A202C1DB1534046
Octal3432002420543513523100106
Binary111000111000000010100010010110011101101110101001110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380A2; }

 p { color: rgb(227,128,162); }

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

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

 a { background-color: rgb(227,128,162); }

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

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

 span { border-color: rgb(227,128,162); }

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