#E967A1

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

Shades of Pale Violet Red #E967A1

Tints of Pale Violet Red #E967A1

Color information

#E967A1 (or 0xE967A1) is unknown color: approx Pale Violet Red. HEX triplet: E9, 67 and A1. RGB value is (233,103,161). Sum of RGB (Red+Green+Blue) = 233+103+161=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E967A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E967A1 is #16985E. Grayscale: #949494. Windows color (decimal): -1480799 or 10577897. OLE color: 10577897.

HSL color Cylindrical-coordinate representation of color #E967A1: hue angle of 333.23º 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 #E967A1 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB233103161-
CMYK00.560.310.09
HSL333.23º74.71%65.88%-
HSV(B)333.23º55.79%91.37%-
XYZ44.8929.637.07-
YUV148.48135.07188.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.88%
GREEN value IS 103 (40.62% from 255) = 20.72%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=46.88%
G=20.72%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310316100.560.310.09333.2374.7165.88
HexE967A10381F914d4b42
Octal3511472410703711515113102
Binary11101001110011110100001011100011111100110100110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E967A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E967A1; }

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

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

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

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

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

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

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

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