#E0818D

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

Shades of Carissma #E0818D

Tints of Carissma #E0818D

Color information

#E0818D (or 0xE0818D) is unknown color: approx Carissma. HEX triplet: E0, 81 and 8D. RGB value is (224,129,141). Sum of RGB (Red+Green+Blue) = 224+129+141=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0818D is #1F7E72. Grayscale: #9E9E9E. Windows color (decimal): -2063987 or 9273824. OLE color: 9273824.

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

Color convert

RGB224129141-
CMYK00.420.370.12
HSL352.42º60.51%69.22%-
HSV(B)352.42º42.41%87.84%-
XYZ43.433.4729.37-
YUV158.77117.97174.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.34%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=45.34%
G=26.11%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412914100.420.370.12352.4260.5169.22
HexE0818D02A25C1603d45
Octal340201215052451454075105
Binary111000001000000110001101010101010010111001011000001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0818D; }

 p { color: rgb(224,129,141); }

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

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

 a { background-color: rgb(224,129,141); }

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

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

 span { border-color: rgb(224,129,141); }

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