Html Css Color HEX #E773A1 Pale Violet Red

📋 copy color: '#E773A1'

red 231 ◦ green 115 ◦ blue 161

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

Shades of Pale Violet Red #E773A1

Tints of Pale Violet Red #E773A1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.68%

 BLUE value IS 161 (63.28% from 255) = 31.76%

R = 45.56%
G = 22.68%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E773A1 (or 0xE773A1) is known color: Pale Violet Red. HEX triplet: E7, 73 and A1. RGB value is (231,115,161). Sum of RGB (Red+Green+Blue) = 231+115+161=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E773A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E773A1 is #188C5E. Grayscale: #9A9A9A. Windows color (decimal): -1608799 or 10580967. OLE color: 10580967.

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

Color convert

RGB 231 115 161 -
CMYK 0 0.50 0.30 0.09
HSL 336.21º 0.71% 0.68% -
HSV(B) 336.21º 0.5% 0.91% -
XYZ 45.52 31.82 37.46 -
YUV 154.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 231 115 161 0 0.50 0.30 0.09 336.21 0.71 0.68
Hex E7 73 A1 0 32 1E 9 150 47 44
Octal 347 163 241 0 62 36 11 520 107 104
Binary 11100111 1110011 10100001 0 110010 11110 1001 101010000 1000111 1000100

Color Harmonies of #E773A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773A1

Black with #E773A1

Text Example


Text Example

White with #E773A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773A1; }

 p { color: rgb(231,115,161); }

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

background-color css

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

 a { background-color: rgb(231,115,161); }

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

border-color css

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

 span { border-color: rgb(231,115,161); }

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