Html Css Color HEX #E76FA4 Pale Violet Red

📋 copy color: '#E76FA4'

red 231 ◦ green 111 ◦ blue 164

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

Shades of Pale Violet Red #E76FA4

Tints of Pale Violet Red #E76FA4

RGB

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

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

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

R = 45.65%
G = 21.94%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E76FA4 (or 0xE76FA4) is known color: Pale Violet Red. HEX triplet: E7, 6F and A4. RGB value is (231,111,164). Sum of RGB (Red+Green+Blue) = 231+111+164=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76FA4 is #18905B. Grayscale: #989898. Windows color (decimal): -1609820 or 10776551. OLE color: 10776551.

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

Color convert

RGB 231 111 164 -
CMYK 0 0.52 0.29 0.09
HSL 333.5º 0.71% 0.67% -
HSV(B) 333.5º 0.52% 0.91% -
XYZ 45.34 31.04 38.72 -
YUV 152.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 231 111 164 0 0.52 0.29 0.09 333.5 0.71 0.67
Hex E7 6F A4 0 34 1D 9 14E 47 43
Octal 347 157 244 0 64 35 11 516 107 103
Binary 11100111 1101111 10100100 0 110100 11101 1001 101001110 1000111 1000011

Color Harmonies of #E76FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76FA4

Black with #E76FA4

Text Example


Text Example

White with #E76FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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