Html Css Color HEX #E077A8 Pale Violet Red

📋 copy color: '#E077A8'

red 224 ◦ green 119 ◦ blue 168

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

Shades of Pale Violet Red #E077A8

Tints of Pale Violet Red #E077A8

RGB

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

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

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

R = 43.84%
G = 23.29%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E077A8 (or 0xE077A8) is known color: Pale Violet Red. HEX triplet: E0, 77 and A8. RGB value is (224,119,168). Sum of RGB (Red+Green+Blue) = 224+119+168=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E077A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E077A8 is #1F8857. Grayscale: #9B9B9B. Windows color (decimal): -2066520 or 11040736. OLE color: 11040736.

HSL color Cylindrical-coordinate representation of color #E077A8: hue angle of 332º 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 #E077A8 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 168 -
CMYK 0 0.47 0.25 0.12
HSL 332º 0.63% 0.67% -
HSV(B) 332º 0.47% 0.88% -
XYZ 44.41 31.87 40.86 -
YUV 155.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 224 119 168 0 0.47 0.25 0.12 332 0.63 0.67
Hex E0 77 A8 0 2F 19 C 14C 3F 43
Octal 340 167 250 0 57 31 14 514 77 103
Binary 11100000 1110111 10101000 0 101111 11001 1100 101001100 111111 1000011

Color Harmonies of #E077A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077A8

Black with #E077A8

Text Example


Text Example

White with #E077A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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