Html Css Color HEX #E774A6 Pale Violet Red

📋 copy color: '#E774A6'

red 231 ◦ green 116 ◦ blue 166

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

Shades of Pale Violet Red #E774A6

Tints of Pale Violet Red #E774A6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.61%

 BLUE value IS 166 (65.23% from 255) = 32.36%

R = 45.03%
G = 22.61%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E774A6 (or 0xE774A6) is known color: Pale Violet Red. HEX triplet: E7, 74 and A6. RGB value is (231,116,166). Sum of RGB (Red+Green+Blue) = 231+116+166=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E774A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E774A6 is #188B59. Grayscale: #9C9C9C. Windows color (decimal): -1608538 or 10908903. OLE color: 10908903.

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

Color convert

RGB 231 116 166 -
CMYK 0 0.50 0.28 0.09
HSL 333.91º 0.71% 0.68% -
HSV(B) 333.91º 0.5% 0.91% -
XYZ 46.08 32.23 39.87 -
YUV 156.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 231 116 166 0 0.50 0.28 0.09 333.91 0.71 0.68
Hex E7 74 A6 0 32 1C 9 14E 47 44
Octal 347 164 246 0 62 34 11 516 107 104
Binary 11100111 1110100 10100110 0 110010 11100 1001 101001110 1000111 1000100

Color Harmonies of #E774A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774A6

Black with #E774A6

Text Example


Text Example

White with #E774A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774A6; }

 p { color: rgb(231,116,166); }

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

background-color css

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

 a { background-color: rgb(231,116,166); }

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

border-color css

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

 span { border-color: rgb(231,116,166); }

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