Html Css Color HEX #E770A8 Pale Violet Red

📋 copy color: '#E770A8'

red 231 ◦ green 112 ◦ blue 168

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

Shades of Pale Violet Red #E770A8

Tints of Pale Violet Red #E770A8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.92%

 BLUE value IS 168 (66.02% from 255) = 32.88%

R = 45.21%
G = 21.92%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E770A8 (or 0xE770A8) is known color: Pale Violet Red. HEX triplet: E7, 70 and A8. RGB value is (231,112,168). Sum of RGB (Red+Green+Blue) = 231+112+168=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E770A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E770A8 is #188F57. Grayscale: #999999. Windows color (decimal): -1609560 or 11038951. OLE color: 11038951.

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

Color convert

RGB 231 112 168 -
CMYK 0 0.52 0.27 0.09
HSL 331.76º 0.71% 0.67% -
HSV(B) 331.76º 0.52% 0.91% -
XYZ 45.82 31.4 40.69 -
YUV 153.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 231 112 168 0 0.52 0.27 0.09 331.76 0.71 0.67
Hex E7 70 A8 0 34 1B 9 14C 47 43
Octal 347 160 250 0 64 33 11 514 107 103
Binary 11100111 1110000 10101000 0 110100 11011 1001 101001100 1000111 1000011

Color Harmonies of #E770A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770A8

Black with #E770A8

Text Example


Text Example

White with #E770A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770A8; }

 p { color: rgb(231,112,168); }

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

background-color css

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

 a { background-color: rgb(231,112,168); }

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

border-color css

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

 span { border-color: rgb(231,112,168); }

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