#E86998

Color #E86998 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E86998

Tints of Pale Violet Red #E86998

Color information

#E86998 (or 0xE86998) is unknown color: approx Pale Violet Red. HEX triplet: E8, 69 and 98. RGB value is (232,105,152). Sum of RGB (Red+Green+Blue) = 232+105+152=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E86998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86998 is #179667. Grayscale: #949494. Windows color (decimal): -1545832 or 9988584. OLE color: 9988584.

HSL color Cylindrical-coordinate representation of color #E86998: hue angle of 337.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E86998 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232105152-
CMYK00.550.340.09
HSL337.8º73.41%66.08%-
HSV(B)337.8º54.74%90.98%-
XYZ4429.5333.09-
YUV148.33130.08187.68-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.44%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=47.44%
G=21.47%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210515200.550.340.09337.873.4166.08
HexE869980372291524942
Octal3501512300674211522111102
Binary111010001101001100110000110111100010100110101001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86998; }

 p { color: rgb(232,105,152); }

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

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

 a { background-color: rgb(232,105,152); }

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

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

 span { border-color: rgb(232,105,152); }

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