#E0829A

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

Shades of Carissma #E0829A

Tints of Carissma #E0829A

Color information

#E0829A (or 0xE0829A) is unknown color: approx Carissma. HEX triplet: E0, 82 and 9A. RGB value is (224,130,154). Sum of RGB (Red+Green+Blue) = 224+130+154=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0829A is #1F7D65. Grayscale: #A0A0A0. Windows color (decimal): -2063718 or 10126048. OLE color: 10126048.

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

Color convert

RGB224130154-
CMYK00.420.310.12
HSL344.68º60.26%69.41%-
HSV(B)344.68º41.96%87.84%-
XYZ44.5634.1534.81-
YUV160.84124.14173.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=44.09%
G=25.59%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413015400.420.310.12344.6860.2669.41
HexE0829A02A1FC1593c45
Octal340202232052371453174105
Binary11100000100000101001101001010101111111001010110011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0829A; }

 p { color: rgb(224,130,154); }

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

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

 a { background-color: rgb(224,130,154); }

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

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

 span { border-color: rgb(224,130,154); }

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