#E0829E

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

Shades of Carissma #E0829E

Tints of Carissma #E0829E

Color information

#E0829E (or 0xE0829E) is unknown color: approx Carissma. HEX triplet: E0, 82 and 9E. RGB value is (224,130,158). Sum of RGB (Red+Green+Blue) = 224+130+158=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0829E is #1F7D61. Grayscale: #A1A1A1. Windows color (decimal): -2063714 or 10388192. OLE color: 10388192.

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

Color convert

RGB224130158-
CMYK00.420.290.12
HSL342.13º60.26%69.41%-
HSV(B)342.13º41.96%87.84%-
XYZ44.8934.2836.6-
YUV161.3126.14172.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=43.75%
G=25.39%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413015800.420.290.12342.1360.2669.41
HexE0829E02A1DC1563c45
Octal340202236052351452674105
Binary11100000100000101001111001010101110111001010101101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0829E; }

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

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

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

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

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

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

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

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