#E8868E

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

Shades of Carissma #E8868E

Tints of Carissma #E8868E

Color information

#E8868E (or 0xE8868E) is unknown color: approx Carissma. HEX triplet: E8, 86 and 8E. RGB value is (232,134,142). Sum of RGB (Red+Green+Blue) = 232+134+142=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E8868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8868E is #177971. Grayscale: #A4A4A4. Windows color (decimal): -1538418 or 9340648. OLE color: 9340648.

HSL color Cylindrical-coordinate representation of color #E8868E: hue angle of 355.1º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E8868E is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB232134142-
CMYK00.420.390.09
HSL355.1º68.06%71.76%-
HSV(B)355.1º42.24%90.98%-
XYZ46.6936.1630.11-
YUV164.21115.47176.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.67%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=45.67%
G=26.38%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213414200.420.390.09355.168.0671.76
HexE8868E02A2791634448
Octal3502062160524711543104110
Binary1110100010000110100011100101010100111100110110001110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8868E; }

 p { color: rgb(232,134,142); }

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

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

 a { background-color: rgb(232,134,142); }

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

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

 span { border-color: rgb(232,134,142); }

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