Html Css Color HEX #E76AA4 Pale Violet Red

📋 copy color: '#E76AA4'

red 231 ◦ green 106 ◦ blue 164

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

Shades of Pale Violet Red #E76AA4

Tints of Pale Violet Red #E76AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.73%

R = 46.11%
G = 21.16%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E76AA4 (or 0xE76AA4) is known color: Pale Violet Red. HEX triplet: E7, 6A and A4. RGB value is (231,106,164). Sum of RGB (Red+Green+Blue) = 231+106+164=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76AA4 is #18955B. Grayscale: #959595. Windows color (decimal): -1611100 or 10775271. OLE color: 10775271.

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

Color convert

RGB 231 106 164 -
CMYK 0 0.54 0.29 0.09
HSL 332.16º 0.72% 0.66% -
HSV(B) 332.16º 0.54% 0.91% -
XYZ 44.81 29.98 38.55 -
YUV 149.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 231 106 164 0 0.54 0.29 0.09 332.16 0.72 0.66
Hex E7 6A A4 0 36 1D 9 14C 48 42
Octal 347 152 244 0 66 35 11 514 110 102
Binary 11100111 1101010 10100100 0 110110 11101 1001 101001100 1001000 1000010

Color Harmonies of #E76AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AA4

Black with #E76AA4

Text Example


Text Example

White with #E76AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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