#E1809A

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

Shades of Carissma #E1809A

Tints of Carissma #E1809A

Color information

#E1809A (or 0xE1809A) is unknown color: approx Carissma. HEX triplet: E1, 80 and 9A. RGB value is (225,128,154). Sum of RGB (Red+Green+Blue) = 225+128+154=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1809A is #1E7F65. Grayscale: #9F9F9F. Windows color (decimal): -1998694 or 10125537. OLE color: 10125537.

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

Color convert

RGB225128154-
CMYK00.430.320.12
HSL343.92º61.78%69.22%-
HSV(B)343.92º43.11%88.24%-
XYZ44.633.7834.74-
YUV159.97124.64174.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.38%
GREEN value IS 128 (50.39% from 255) = 25.25%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=44.38%
G=25.25%
B=30.37%

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
Decimal22512815400.430.320.12343.9261.7869.22
HexE1809A02B20C1583e45
Octal341200232053401453076105
Binary111000011000000010011010010101110000011001010110001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1809A; }

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

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

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

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

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

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

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

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