#E184A0

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

Shades of Carissma #E184A0

Tints of Carissma #E184A0

Color information

#E184A0 (or 0xE184A0) is unknown color: approx Carissma. HEX triplet: E1, 84 and A0. RGB value is (225,132,160). Sum of RGB (Red+Green+Blue) = 225+132+160=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E184A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E184A0 is #1E7B5F. Grayscale: #A2A2A2. Windows color (decimal): -1997664 or 10519777. OLE color: 10519777.

HSL color Cylindrical-coordinate representation of color #E184A0: hue angle of 341.94º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E184A0 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225132160-
CMYK00.410.290.12
HSL341.94º60.78%70%-
HSV(B)341.94º41.33%88.24%-
XYZ45.6535.0537.62-
YUV163126.31172.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=43.52%
G=25.53%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513216000.410.290.12341.9460.7870
HexE184A00291DC1563d46
Octal341204240051351452675106
Binary11100001100001001010000001010011110111001010101101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E184A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E184A0; }

 p { color: rgb(225,132,160); }

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

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

 a { background-color: rgb(225,132,160); }

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

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

 span { border-color: rgb(225,132,160); }

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