#E1848E

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

Shades of Carissma #E1848E

Tints of Carissma #E1848E

Color information

#E1848E (or 0xE1848E) is unknown color: approx Carissma. HEX triplet: E1, 84 and 8E. RGB value is (225,132,142). Sum of RGB (Red+Green+Blue) = 225+132+142=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1848E is #1E7B71. Grayscale: #A1A1A1. Windows color (decimal): -1997682 or 9340129. OLE color: 9340129.

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

Color convert

RGB225132142-
CMYK00.410.370.12
HSL353.55º60.78%70%-
HSV(B)353.55º41.33%88.24%-
XYZ44.1934.4629.91-
YUV160.95117.31173.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=45.09%
G=26.45%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513214200.410.370.12353.5560.7870
HexE1848E02925C1623d46
Octal341204216051451454275106
Binary111000011000010010001110010100110010111001011000101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1848E; }

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

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

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

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

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

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

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

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