#E8868C

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

Shades of Carissma #E8868C

Tints of Carissma #E8868C

Color information

#E8868C (or 0xE8868C) is unknown color: approx Carissma. HEX triplet: E8, 86 and 8C. RGB value is (232,134,140). Sum of RGB (Red+Green+Blue) = 232+134+140=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8868C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8868C is #177973. Grayscale: #A4A4A4. Windows color (decimal): -1538420 or 9209576. OLE color: 9209576.

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

Color convert

RGB232134140-
CMYK00.420.400.09
HSL356.33º68.06%71.76%-
HSV(B)356.33º42.24%90.98%-
XYZ46.5436.129.33-
YUV163.99114.47176.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.85%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=45.85%
G=26.48%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213414000.420.400.09356.3368.0671.76
HexE8868C02A2891644448
Octal3502062140525011544104110
Binary1110100010000110100011000101010101000100110110010010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8868C; }

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

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

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

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

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

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

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

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