#E0818C

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

Shades of Carissma #E0818C

Tints of Carissma #E0818C

Color information

#E0818C (or 0xE0818C) is unknown color: approx Carissma. HEX triplet: E0, 81 and 8C. RGB value is (224,129,140). Sum of RGB (Red+Green+Blue) = 224+129+140=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0818C is #1F7E73. Grayscale: #9E9E9E. Windows color (decimal): -2063988 or 9208288. OLE color: 9208288.

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

Color convert

RGB224129140-
CMYK00.420.380.12
HSL353.05º60.51%69.22%-
HSV(B)353.05º42.41%87.84%-
XYZ43.3233.4428.98-
YUV158.66117.47174.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=45.44%
G=26.17%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412914000.420.380.12353.0560.5169.22
HexE0818C02A26C1613d45
Octal340201214052461454175105
Binary111000001000000110001100010101010011011001011000011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0818C; }

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

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

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

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

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

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

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

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