#E87D96

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

Shades of Carissma #E87D96

Tints of Carissma #E87D96

Color information

#E87D96 (or 0xE87D96) is unknown color: approx Carissma. HEX triplet: E8, 7D and 96. RGB value is (232,125,150). Sum of RGB (Red+Green+Blue) = 232+125+150=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87D96 is #178269. Grayscale: #9F9F9F. Windows color (decimal): -1540714 or 9862632. OLE color: 9862632.

HSL color Cylindrical-coordinate representation of color #E87D96: hue angle of 345.98º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87D96 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB232125150-
CMYK00.460.350.09
HSL345.98º69.93%70%-
HSV(B)345.98º46.12%90.98%-
XYZ46.1234.0332.99-
YUV159.84122.45179.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.76%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=45.76%
G=24.65%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212515000.460.350.09345.9869.9370
HexE87D9602E23915a4646
Octal3501752260564311532106106
Binary111010001111101100101100101110100011100110101101010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87D96; }

 p { color: rgb(232,125,150); }

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

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

 a { background-color: rgb(232,125,150); }

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

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

 span { border-color: rgb(232,125,150); }

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