#e182a2

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

Shades of Carissma #E182A2

Tints of Carissma #E182A2

Color information

#E182A2 (or 0xE182A2) is unknown color: approx Carissma. HEX triplet: E1, 82 and A2. RGB value is (225,130,162). Sum of RGB (Red+Green+Blue) = 225+130+162=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E182A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182A2 is #1E7D5D. Grayscale: #A2A2A2. Windows color (decimal): -1998174 or 10650337. OLE color: 10650337.

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

Color convert

RGB225130162-
CMYK00.420.280.12
HSL339.79º61.29%69.61%-
HSV(B)339.79º42.22%88.24%-
XYZ45.5634.5838.46-
YUV162.05127.97172.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=43.52%
G=25.15%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513016200.420.280.12339.7961.2969.61
HexE182A202A1CC1543d46
Octal341202242052341452475106
Binary11100001100000101010001001010101110011001010101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e182a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e182a2; }

 p { color: rgb(225,130,162); }

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

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

 a { background-color: rgb(225,130,162); }

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

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

 span { border-color: rgb(225,130,162); }

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