#E284A1

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

Shades of Carissma #E284A1

Tints of Carissma #E284A1

Color information

#E284A1 (or 0xE284A1) is unknown color: approx Carissma. HEX triplet: E2, 84 and A1. RGB value is (226,132,161). Sum of RGB (Red+Green+Blue) = 226+132+161=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E284A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E284A1 is #1D7B5E. Grayscale: #A3A3A3. Windows color (decimal): -1932127 or 10585314. OLE color: 10585314.

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

Color convert

RGB226132161-
CMYK00.420.290.11
HSL341.49º61.84%70.2%-
HSV(B)341.49º41.59%88.63%-
XYZ46.0535.2438.09-
YUV163.41126.64172.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=43.55%
G=25.43%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613216100.420.290.11341.4961.8470.2
HexE284A102A1DB1553e46
Octal342204241052351352576106
Binary11100010100001001010000101010101110110111010101011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E284A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E284A1; }

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

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

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

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

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

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

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

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