#E1868B

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

Shades of Carissma #E1868B

Tints of Carissma #E1868B

Color information

#E1868B (or 0xE1868B) is unknown color: approx Carissma. HEX triplet: E1, 86 and 8B. RGB value is (225,134,139). Sum of RGB (Red+Green+Blue) = 225+134+139=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1868B is #1E7974. Grayscale: #A1A1A1. Windows color (decimal): -1997173 or 9144033. OLE color: 9144033.

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

Color convert

RGB225134139-
CMYK00.400.380.12
HSL356.7º60.26%70.39%-
HSV(B)356.7º40.44%88.24%-
XYZ44.2434.9228.84-
YUV161.78115.15173.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 134 (52.73% from 255) = 26.91%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=45.18%
G=26.91%
B=27.91%

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
Decimal22513413900.400.380.12356.760.2670.39
HexE1868B02826C1653c46
Octal341206213050461454574106
Binary111000011000011010001011010100010011011001011001011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1868B; }

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

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

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

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

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

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

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

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