#E767A1

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

Shades of Pale Violet Red #E767A1

Tints of Pale Violet Red #E767A1

Color information

#E767A1 (or 0xE767A1) is unknown color: approx Pale Violet Red. HEX triplet: E7, 67 and A1. RGB value is (231,103,161). Sum of RGB (Red+Green+Blue) = 231+103+161=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E767A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E767A1 is #18985E. Grayscale: #939393. Windows color (decimal): -1611871 or 10577895. OLE color: 10577895.

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

Color convert

RGB231103161-
CMYK00.550.300.09
HSL332.81º72.73%65.49%-
HSV(B)332.81º55.41%90.59%-
XYZ44.2429.2637.03-
YUV147.88135.41187.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.67%
GREEN value IS 103 (40.62% from 255) = 20.81%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=46.67%
G=20.81%
B=32.53%

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
Decimal23110316100.550.300.09332.8172.7365.49
HexE767A10371E914d4941
Octal3471472410673611515111101
Binary11100111110011110100001011011111110100110100110110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E767A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E767A1; }

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

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

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

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

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

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

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

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