#E0819B

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

Shades of Carissma #E0819B

Tints of Carissma #E0819B

Color information

#E0819B (or 0xE0819B) is unknown color: approx Carissma. HEX triplet: E0, 81 and 9B. RGB value is (224,129,155). Sum of RGB (Red+Green+Blue) = 224+129+155=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0819B is #1F7E64. Grayscale: #A0A0A0. Windows color (decimal): -2063973 or 10191328. OLE color: 10191328.

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

Color convert

RGB224129155-
CMYK00.420.310.12
HSL343.58º60.51%69.22%-
HSV(B)343.58º42.41%87.84%-
XYZ44.5133.9135.21-
YUV160.37124.97173.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=44.09%
G=25.39%
B=30.51%

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
Decimal22412915500.420.310.12343.5860.5169.22
HexE0819B02A1FC1583d45
Octal340201233052371453075105
Binary11100000100000011001101101010101111111001010110001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0819B; }

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

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

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

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

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

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

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

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