#E284A2

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

Shades of Carissma #E284A2

Tints of Carissma #E284A2

Color information

#E284A2 (or 0xE284A2) is unknown color: approx Carissma. HEX triplet: E2, 84 and A2. RGB value is (226,132,162). Sum of RGB (Red+Green+Blue) = 226+132+162=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E284A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E284A2 is #1D7B5D. Grayscale: #A3A3A3. Windows color (decimal): -1932126 or 10650850. OLE color: 10650850.

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

Color convert

RGB226132162-
CMYK00.420.280.11
HSL340.85º61.84%70.2%-
HSV(B)340.85º41.59%88.63%-
XYZ46.1435.2838.56-
YUV163.53127.14172.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.46%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 162 (63.67% from 255) = 31.15%
R=43.46%
G=25.38%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613216200.420.280.11340.8561.8470.2
HexE284A202A1CB1553e46
Octal342204242052341352576106
Binary11100010100001001010001001010101110010111010101011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E284A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E284A2; }

 p { color: rgb(226,132,162); }

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

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

 a { background-color: rgb(226,132,162); }

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

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

 span { border-color: rgb(226,132,162); }

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