#E18394

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

Shades of Carissma #E18394

Tints of Carissma #E18394

Color information

#E18394 (or 0xE18394) is unknown color: approx Carissma. HEX triplet: E1, 83 and 94. RGB value is (225,131,148). Sum of RGB (Red+Green+Blue) = 225+131+148=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E18394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18394 is #1E7C6B. Grayscale: #A1A1A1. Windows color (decimal): -1997932 or 9733089. OLE color: 9733089.

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

Color convert

RGB225131148-
CMYK00.420.340.12
HSL349.15º61.04%69.8%-
HSV(B)349.15º41.78%88.24%-
XYZ44.5134.3832.31-
YUV161.04120.64173.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=44.64%
G=25.99%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513114800.420.340.12349.1561.0469.8
HexE1839402A22C15d3d46
Octal341203224052421453575106
Binary111000011000001110010100010101010001011001010111011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18394; }

 p { color: rgb(225,131,148); }

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

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

 a { background-color: rgb(225,131,148); }

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

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

 span { border-color: rgb(225,131,148); }

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