#E2829C

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

Shades of Carissma #E2829C

Tints of Carissma #E2829C

Color information

#E2829C (or 0xE2829C) is unknown color: approx Carissma. HEX triplet: E2, 82 and 9C. RGB value is (226,130,156). Sum of RGB (Red+Green+Blue) = 226+130+156=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2829C is #1D7D63. Grayscale: #A1A1A1. Windows color (decimal): -1932644 or 10257122. OLE color: 10257122.

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

Color convert

RGB226130156-
CMYK00.420.310.11
HSL343.75º62.34%69.8%-
HSV(B)343.75º42.48%88.63%-
XYZ45.3534.5335.73-
YUV161.67124.8173.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.14%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=44.14%
G=25.39%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613015600.420.310.11343.7562.3469.8
HexE2829C02A1FB1583e46
Octal342202234052371353076106
Binary11100010100000101001110001010101111110111010110001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2829C; }

 p { color: rgb(226,130,156); }

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

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

 a { background-color: rgb(226,130,156); }

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

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

 span { border-color: rgb(226,130,156); }

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