#E95F9A

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

Shades of Pale Violet Red #E95F9A

Tints of Pale Violet Red #E95F9A

Color information

#E95F9A (or 0xE95F9A) is unknown color: approx Pale Violet Red. HEX triplet: E9, 5F and 9A. RGB value is (233,95,154). Sum of RGB (Red+Green+Blue) = 233+95+154=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F9A is #16A065. Grayscale: #8E8E8E. Windows color (decimal): -1482854 or 10117097. OLE color: 10117097.

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

Color convert

RGB23395154-
CMYK00.590.340.09
HSL334.35º75.82%64.31%-
HSV(B)334.35º59.23%91.37%-
XYZ43.5327.8433.65-
YUV142.99134.22192.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 95 (37.5% from 255) = 19.71%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=48.34%
G=19.71%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339515400.590.340.09334.3575.8264.31
HexE95F9A03B22914e4c40
Octal3511372320734211516114100
Binary111010011011111100110100111011100010100110100111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95F9A; }

 p { color: rgb(233,95,154); }

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

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

 a { background-color: rgb(233,95,154); }

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

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

 span { border-color: rgb(233,95,154); }

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