#E18294

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

Shades of Carissma #E18294

Tints of Carissma #E18294

Color information

#E18294 (or 0xE18294) is unknown color: approx Carissma. HEX triplet: E1, 82 and 94. RGB value is (225,130,148). Sum of RGB (Red+Green+Blue) = 225+130+148=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E18294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18294 is #1E7D6B. Grayscale: #A0A0A0. Windows color (decimal): -1998188 or 9732833. OLE color: 9732833.

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

Color convert

RGB225130148-
CMYK00.420.340.12
HSL348.63º61.29%69.61%-
HSV(B)348.63º42.22%88.24%-
XYZ44.3834.1132.26-
YUV160.46120.97174.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=44.73%
G=25.84%
B=29.42%

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
Decimal22513014800.420.340.12348.6361.2969.61
HexE1829402A22C15d3d46
Octal341202224052421453575106
Binary111000011000001010010100010101010001011001010111011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18294; }

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

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

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

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

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

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

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

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