#E1848A

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

Shades of Carissma #E1848A

Tints of Carissma #E1848A

Color information

#E1848A (or 0xE1848A) is unknown color: approx Carissma. HEX triplet: E1, 84 and 8A. RGB value is (225,132,138). Sum of RGB (Red+Green+Blue) = 225+132+138=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1848A is #1E7B75. Grayscale: #A0A0A0. Windows color (decimal): -1997686 or 9077985. OLE color: 9077985.

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

Color convert

RGB225132138-
CMYK00.410.390.12
HSL356.13º60.78%70%-
HSV(B)356.13º41.33%88.24%-
XYZ43.8934.3528.36-
YUV160.49115.31174.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=45.45%
G=26.67%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513213800.410.390.12356.1360.7870
HexE1848A02927C1643d46
Octal341204212051471454475106
Binary111000011000010010001010010100110011111001011001001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1848A; }

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

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

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

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

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

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

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

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