#E0819A

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

Shades of Carissma #E0819A

Tints of Carissma #E0819A

Color information

#E0819A (or 0xE0819A) is unknown color: approx Carissma. HEX triplet: E0, 81 and 9A. RGB value is (224,129,154). Sum of RGB (Red+Green+Blue) = 224+129+154=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0819A is #1F7E65. Grayscale: #A0A0A0. Windows color (decimal): -2063974 or 10125792. OLE color: 10125792.

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

Color convert

RGB224129154-
CMYK00.420.310.12
HSL344.21º60.51%69.22%-
HSV(B)344.21º42.41%87.84%-
XYZ44.4233.8834.77-
YUV160.26124.47173.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=44.18%
G=25.44%
B=30.37%

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
Decimal22412915400.420.310.12344.2160.5169.22
HexE0819A02A1FC1583d45
Octal340201232052371453075105
Binary11100000100000011001101001010101111111001010110001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0819A; }

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

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

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

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

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

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

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

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