#E967A4

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

Shades of Pale Violet Red #E967A4

Tints of Pale Violet Red #E967A4

Color information

#E967A4 (or 0xE967A4) is unknown color: approx Pale Violet Red. HEX triplet: E9, 67 and A4. RGB value is (233,103,164). Sum of RGB (Red+Green+Blue) = 233+103+164=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E967A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E967A4 is #16985B. Grayscale: #949494. Windows color (decimal): -1480796 or 10774505. OLE color: 10774505.

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

Color convert

RGB233103164-
CMYK00.560.300.09
HSL331.85º74.71%65.88%-
HSV(B)331.85º55.79%91.37%-
XYZ45.1629.738.48-
YUV148.82136.57188.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.6%
GREEN value IS 103 (40.62% from 255) = 20.6%
BLUE value IS 164 (64.45% from 255) = 32.8%
R=46.6%
G=20.6%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310316400.560.300.09331.8574.7165.88
HexE967A40381E914c4b42
Octal3511472440703611514113102
Binary11101001110011110100100011100011110100110100110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E967A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E967A4; }

 p { color: rgb(233,103,164); }

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

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

 a { background-color: rgb(233,103,164); }

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

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

 span { border-color: rgb(233,103,164); }

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