Html Css Color HEX #E771A0 Pale Violet Red

📋 copy color: '#E771A0'

red 231 ◦ green 113 ◦ blue 160

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

Shades of Pale Violet Red #E771A0

Tints of Pale Violet Red #E771A0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.42%

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 45.83%
G = 22.42%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E771A0 (or 0xE771A0) is known color: Pale Violet Red. HEX triplet: E7, 71 and A0. RGB value is (231,113,160). Sum of RGB (Red+Green+Blue) = 231+113+160=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E771A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E771A0 is #188E5F. Grayscale: #999999. Windows color (decimal): -1609312 or 10514919. OLE color: 10514919.

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

Color convert

RGB 231 113 160 -
CMYK 0 0.51 0.31 0.09
HSL 336.1º 0.71% 0.67% -
HSV(B) 336.1º 0.51% 0.91% -
XYZ 45.21 31.34 36.92 -
YUV 153.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 231 113 160 0 0.51 0.31 0.09 336.1 0.71 0.67
Hex E7 71 A0 0 33 1F 9 150 47 43
Octal 347 161 240 0 63 37 11 520 107 103
Binary 11100111 1110001 10100000 0 110011 11111 1001 101010000 1000111 1000011

Color Harmonies of #E771A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771A0

Black with #E771A0

Text Example


Text Example

White with #E771A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771A0; }

 p { color: rgb(231,113,160); }

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

background-color css

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

 a { background-color: rgb(231,113,160); }

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

border-color css

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

 span { border-color: rgb(231,113,160); }

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