#E18490

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

Shades of Carissma #E18490

Tints of Carissma #E18490

Color information

#E18490 (or 0xE18490) is unknown color: approx Carissma. HEX triplet: E1, 84 and 90. RGB value is (225,132,144). Sum of RGB (Red+Green+Blue) = 225+132+144=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E18490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18490 is #1E7B6F. Grayscale: #A1A1A1. Windows color (decimal): -1997680 or 9471201. OLE color: 9471201.

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

Color convert

RGB225132144-
CMYK00.410.360.12
HSL352.26º60.78%70%-
HSV(B)352.26º41.33%88.24%-
XYZ44.3434.5230.71-
YUV161.17118.31173.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=44.91%
G=26.35%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513214400.410.360.12352.2660.7870
HexE1849002924C1603d46
Octal341204220051441454075106
Binary111000011000010010010000010100110010011001011000001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18490; }

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

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

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

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

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

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

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

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