#E18493

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

Shades of Carissma #E18493

Tints of Carissma #E18493

Color information

#E18493 (or 0xE18493) is unknown color: approx Carissma. HEX triplet: E1, 84 and 93. RGB value is (225,132,147). Sum of RGB (Red+Green+Blue) = 225+132+147=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E18493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18493 is #1E7B6C. Grayscale: #A1A1A1. Windows color (decimal): -1997677 or 9667809. OLE color: 9667809.

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

Color convert

RGB225132147-
CMYK00.410.350.12
HSL350.32º60.78%70%-
HSV(B)350.32º41.33%88.24%-
XYZ44.5734.6231.94-
YUV161.52119.81173.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=44.64%
G=26.19%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513214700.410.350.12350.3260.7870
HexE1849302923C15e3d46
Octal341204223051431453675106
Binary111000011000010010010011010100110001111001010111101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18493; }

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

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

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

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

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

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

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

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