#E1819A

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

Shades of Carissma #E1819A

Tints of Carissma #E1819A

Color information

#E1819A (or 0xE1819A) is unknown color: approx Carissma. HEX triplet: E1, 81 and 9A. RGB value is (225,129,154). Sum of RGB (Red+Green+Blue) = 225+129+154=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1819A is #1E7E65. Grayscale: #A0A0A0. Windows color (decimal): -1998438 or 10125793. OLE color: 10125793.

HSL color Cylindrical-coordinate representation of color #E1819A: hue angle of 344.38º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1819A is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225129154-
CMYK00.430.320.12
HSL344.38º61.54%69.41%-
HSV(B)344.38º42.67%88.24%-
XYZ44.7334.0434.78-
YUV160.55124.3173.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=44.29%
G=25.39%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512915400.430.320.12344.3861.5469.41
HexE1819A02B20C1583e45
Octal341201232053401453076105
Binary111000011000000110011010010101110000011001010110001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1819A; }

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

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

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

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

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

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

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

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