#E1868C

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

Shades of Carissma #E1868C

Tints of Carissma #E1868C

Color information

#E1868C (or 0xE1868C) is unknown color: approx Carissma. HEX triplet: E1, 86 and 8C. RGB value is (225,134,140). Sum of RGB (Red+Green+Blue) = 225+134+140=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1868C is #1E7973. Grayscale: #A1A1A1. Windows color (decimal): -1997172 or 9209569. OLE color: 9209569.

HSL color Cylindrical-coordinate representation of color #E1868C: hue angle of 356.04º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1868C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225134140-
CMYK00.400.380.12
HSL356.04º60.26%70.39%-
HSV(B)356.04º40.44%88.24%-
XYZ44.3134.9529.22-
YUV161.89115.65173.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 134 (52.73% from 255) = 26.85%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=45.09%
G=26.85%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513414000.400.380.12356.0460.2670.39
HexE1868C02826C1643c46
Octal341206214050461454474106
Binary111000011000011010001100010100010011011001011001001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1868C; }

 p { color: rgb(225,134,140); }

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

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

 a { background-color: rgb(225,134,140); }

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

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

 span { border-color: rgb(225,134,140); }

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