#E95D98

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

Shades of Pale Violet Red #E95D98

Tints of Pale Violet Red #E95D98

Color information

#E95D98 (or 0xE95D98) is unknown color: approx Pale Violet Red. HEX triplet: E9, 5D and 98. RGB value is (233,93,152). Sum of RGB (Red+Green+Blue) = 233+93+152=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95D98 is #16A267. Grayscale: #8D8D8D. Windows color (decimal): -1483368 or 9985513. OLE color: 9985513.

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

Color convert

RGB23393152-
CMYK00.600.350.09
HSL334.71º76.09%63.92%-
HSV(B)334.71º60.09%91.37%-
XYZ43.1927.4232.72-
YUV141.59133.88193.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.74%
GREEN value IS 93 (36.72% from 255) = 19.46%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=48.74%
G=19.46%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339315200.600.350.09334.7176.0963.92
HexE95D9803C23914f4c40
Octal3511352300744311517114100
Binary111010011011101100110000111100100011100110100111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95D98; }

 p { color: rgb(233,93,152); }

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

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

 a { background-color: rgb(233,93,152); }

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

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

 span { border-color: rgb(233,93,152); }

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