#E8848C

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

Shades of Carissma #E8848C

Tints of Carissma #E8848C

Color information

#E8848C (or 0xE8848C) is unknown color: approx Carissma. HEX triplet: E8, 84 and 8C. RGB value is (232,132,140). Sum of RGB (Red+Green+Blue) = 232+132+140=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E8848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8848C is #177B73. Grayscale: #A2A2A2. Windows color (decimal): -1538932 or 9209064. OLE color: 9209064.

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

Color convert

RGB232132140-
CMYK00.430.400.09
HSL355.2º68.49%71.37%-
HSV(B)355.2º43.1%90.98%-
XYZ46.2635.5529.23-
YUV162.81115.13177.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.03%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=46.03%
G=26.19%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213214000.430.400.09355.268.4971.37
HexE8848C02B2891634447
Octal3502042140535011543104107
Binary1110100010000100100011000101011101000100110110001110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8848C; }

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

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

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

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

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

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

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

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