Html Css Color HEX #E077A2 Pale Violet Red

📋 copy color: '#E077A2'

red 224 ◦ green 119 ◦ blue 162

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

Shades of Pale Violet Red #E077A2

Tints of Pale Violet Red #E077A2

RGB

 RED value IS 224 (87.89% from 255) = 44.36%

 GREEN value IS 119 (46.88% from 255) = 23.56%

 BLUE value IS 162 (63.67% from 255) = 32.08%

R = 44.36%
G = 23.56%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E077A2 (or 0xE077A2) is known color: Pale Violet Red. HEX triplet: E0, 77 and A2. RGB value is (224,119,162). Sum of RGB (Red+Green+Blue) = 224+119+162=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E077A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E077A2 is #1F885D. Grayscale: #9B9B9B. Windows color (decimal): -2066526 or 10647520. OLE color: 10647520.

HSL color Cylindrical-coordinate representation of color #E077A2: hue angle of 335.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077A2 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 162 -
CMYK 0 0.47 0.28 0.12
HSL 335.43º 0.63% 0.67% -
HSV(B) 335.43º 0.47% 0.88% -
XYZ 43.86 31.65 37.98 -
YUV 155.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 224 119 162 0 0.47 0.28 0.12 335.43 0.63 0.67
Hex E0 77 A2 0 2F 1C C 14F 3F 43
Octal 340 167 242 0 57 34 14 517 77 103
Binary 11100000 1110111 10100010 0 101111 11100 1100 101001111 111111 1000011

Color Harmonies of #E077A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077A2

Black with #E077A2

Text Example


Text Example

White with #E077A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077A2; }

 p { color: rgb(224,119,162); }

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

background-color css

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

 a { background-color: rgb(224,119,162); }

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

border-color css

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

 span { border-color: rgb(224,119,162); }

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