Html Css Color HEX #E76FA2 Pale Violet Red

📋 copy color: '#E76FA2'

red 231 ◦ green 111 ◦ blue 162

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

Shades of Pale Violet Red #E76FA2

Tints of Pale Violet Red #E76FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.02%

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

R = 45.83%
G = 22.02%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E76FA2 (or 0xE76FA2) is known color: Pale Violet Red. HEX triplet: E7, 6F and A2. RGB value is (231,111,162). Sum of RGB (Red+Green+Blue) = 231+111+162=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76FA2 is #18905D. Grayscale: #989898. Windows color (decimal): -1609822 or 10645479. OLE color: 10645479.

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

Color convert

RGB 231 111 162 -
CMYK 0 0.52 0.30 0.09
HSL 334.5º 0.71% 0.67% -
HSV(B) 334.5º 0.52% 0.91% -
XYZ 45.16 30.97 37.78 -
YUV 152.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 231 111 162 0 0.52 0.30 0.09 334.5 0.71 0.67
Hex E7 6F A2 0 34 1E 9 14E 47 43
Octal 347 157 242 0 64 36 11 516 107 103
Binary 11100111 1101111 10100010 0 110100 11110 1001 101001110 1000111 1000011

Color Harmonies of #E76FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76FA2

Black with #E76FA2

Text Example


Text Example

White with #E76FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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