Html Css Color HEX #E76AA1 Pale Violet Red

📋 copy color: '#E76AA1'

red 231 ◦ green 106 ◦ blue 161

#E76AA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #E76AA1

Tints of Pale Violet Red #E76AA1

RGB

 RED value IS 231 (90.63% from 255) = 46.39%

 GREEN value IS 106 (41.8% from 255) = 21.29%

 BLUE value IS 161 (63.28% from 255) = 32.33%

R = 46.39%
G = 21.29%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E76AA1 (or 0xE76AA1) is known color: Pale Violet Red. HEX triplet: E7, 6A and A1. RGB value is (231,106,161). Sum of RGB (Red+Green+Blue) = 231+106+161=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76AA1 is #18955E. Grayscale: #959595. Windows color (decimal): -1611103 or 10578663. OLE color: 10578663.

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

Color convert

RGB 231 106 161 -
CMYK 0 0.54 0.30 0.09
HSL 333.6º 0.72% 0.66% -
HSV(B) 333.6º 0.54% 0.91% -
XYZ 44.54 29.87 37.14 -
YUV 149.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 231 106 161 0 0.54 0.30 0.09 333.6 0.72 0.66
Hex E7 6A A1 0 36 1E 9 14E 48 42
Octal 347 152 241 0 66 36 11 516 110 102
Binary 11100111 1101010 10100001 0 110110 11110 1001 101001110 1001000 1000010

Color Harmonies of #E76AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AA1

Black with #E76AA1

Text Example


Text Example

White with #E76AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AA1; }

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

 H1.HeaderClassName
 {
   color: #E76AA1;
 }
 .AnyTagClassName
 {
   color: #E76AA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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