#E481A2

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

Shades of Carissma #E481A2

Tints of Carissma #E481A2

Color information

#E481A2 (or 0xE481A2) is unknown color: approx Carissma. HEX triplet: E4, 81 and A2. RGB value is (228,129,162). Sum of RGB (Red+Green+Blue) = 228+129+162=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E481A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E481A2 is #1B7E5D. Grayscale: #A2A2A2. Windows color (decimal): -1801822 or 10650084. OLE color: 10650084.

HSL color Cylindrical-coordinate representation of color #E481A2: hue angle of 340º degrees, saturation: 0.65, 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 #E481A2 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB228129162-
CMYK00.430.290.11
HSL340º64.71%70%-
HSV(B)340º43.42%89.41%-
XYZ46.3734.838.46-
YUV162.36127.8174.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.93%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=43.93%
G=24.86%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812916200.430.290.1134064.7170
HexE481A202B1DB1544146
Octal3442012420533513524101106
Binary111001001000000110100010010101111101101110101010010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481A2; }

 p { color: rgb(228,129,162); }

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

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

 a { background-color: rgb(228,129,162); }

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

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

 span { border-color: rgb(228,129,162); }

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