#E1829E

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

Shades of Carissma #E1829E

Tints of Carissma #E1829E

Color information

#E1829E (or 0xE1829E) is unknown color: approx Carissma. HEX triplet: E1, 82 and 9E. RGB value is (225,130,158). Sum of RGB (Red+Green+Blue) = 225+130+158=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1829E is #1E7D61. Grayscale: #A1A1A1. Windows color (decimal): -1998178 or 10388193. OLE color: 10388193.

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

Color convert

RGB225130158-
CMYK00.420.300.12
HSL342.32º61.29%69.61%-
HSV(B)342.32º42.22%88.24%-
XYZ45.2134.4436.61-
YUV161.6125.97173.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=43.86%
G=25.34%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513015800.420.300.12342.3261.2969.61
HexE1829E02A1EC1563d46
Octal341202236052361452675106
Binary11100001100000101001111001010101111011001010101101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1829E; }

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

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

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

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

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

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

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

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