#E0818B

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

Shades of Carissma #E0818B

Tints of Carissma #E0818B

Color information

#E0818B (or 0xE0818B) is unknown color: approx Carissma. HEX triplet: E0, 81 and 8B. RGB value is (224,129,139). Sum of RGB (Red+Green+Blue) = 224+129+139=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0818B is #1F7E74. Grayscale: #9E9E9E. Windows color (decimal): -2063989 or 9142752. OLE color: 9142752.

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

Color convert

RGB224129139-
CMYK00.420.380.12
HSL353.68º60.51%69.22%-
HSV(B)353.68º42.41%87.84%-
XYZ43.2533.4128.6-
YUV158.55116.97174.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.53%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=45.53%
G=26.22%
B=28.25%

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
Decimal22412913900.420.380.12353.6860.5169.22
HexE0818B02A26C1623d45
Octal340201213052461454275105
Binary111000001000000110001011010101010011011001011000101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0818B; }

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

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

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

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

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

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

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

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