#E18290

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

Shades of Carissma #E18290

Tints of Carissma #E18290

Color information

#E18290 (or 0xE18290) is unknown color: approx Carissma. HEX triplet: E1, 82 and 90. RGB value is (225,130,144). Sum of RGB (Red+Green+Blue) = 225+130+144=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E18290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18290 is #1E7D6F. Grayscale: #A0A0A0. Windows color (decimal): -1998192 or 9470689. OLE color: 9470689.

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

Color convert

RGB225130144-
CMYK00.420.360.12
HSL351.16º61.29%69.61%-
HSV(B)351.16º42.22%88.24%-
XYZ44.0733.9930.62-
YUV160118.97174.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=45.09%
G=26.05%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513014400.420.360.12351.1661.2969.61
HexE1829002A24C15f3d46
Octal341202220052441453775106
Binary111000011000001010010000010101010010011001010111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18290; }

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

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

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

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

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

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

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

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