Html Css Color HEX #E76AA2 Pale Violet Red

📋 copy color: '#E76AA2'

red 231 ◦ green 106 ◦ blue 162

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

Shades of Pale Violet Red #E76AA2

Tints of Pale Violet Red #E76AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.46%

R = 46.29%
G = 21.24%
B = 32.46%

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

#E76AA2 (or 0xE76AA2) is known color: Pale Violet Red. HEX triplet: E7, 6A and A2. RGB value is (231,106,162). Sum of RGB (Red+Green+Blue) = 231+106+162=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76AA2 is #18955D. Grayscale: #959595. Windows color (decimal): -1611102 or 10644199. OLE color: 10644199.

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

Color convert

RGB 231 106 162 -
CMYK 0 0.54 0.30 0.09
HSL 333.12º 0.72% 0.66% -
HSV(B) 333.12º 0.54% 0.91% -
XYZ 44.63 29.91 37.6 -
YUV 149.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 231 106 162 0 0.54 0.30 0.09 333.12 0.72 0.66
Hex E7 6A A2 0 36 1E 9 14D 48 42
Octal 347 152 242 0 66 36 11 515 110 102
Binary 11100111 1101010 10100010 0 110110 11110 1001 101001101 1001000 1000010

Color Harmonies of #E76AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AA2

Black with #E76AA2

Text Example


Text Example

White with #E76AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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