#E968A4

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

Shades of Pale Violet Red #E968A4

Tints of Pale Violet Red #E968A4

Color information

#E968A4 (or 0xE968A4) is unknown color: approx Pale Violet Red. HEX triplet: E9, 68 and A4. RGB value is (233,104,164). Sum of RGB (Red+Green+Blue) = 233+104+164=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E968A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E968A4 is #16975B. Grayscale: #959595. Windows color (decimal): -1480540 or 10774761. OLE color: 10774761.

HSL color Cylindrical-coordinate representation of color #E968A4: hue angle of 332.09º degrees, saturation: 0.75, 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 #E968A4 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB233104164-
CMYK00.550.300.09
HSL332.09º74.57%66.08%-
HSV(B)332.09º55.36%91.37%-
XYZ45.2629.938.51-
YUV149.41136.24187.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.51%
GREEN value IS 104 (41.02% from 255) = 20.76%
BLUE value IS 164 (64.45% from 255) = 32.73%
R=46.51%
G=20.76%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310416400.550.300.09332.0974.5766.08
HexE968A40371E914c4b42
Octal3511502440673611514113102
Binary11101001110100010100100011011111110100110100110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E968A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E968A4; }

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

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

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

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

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

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

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

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