Html Css Color HEX #E077A5 Pale Violet Red

📋 copy color: '#E077A5'

red 224 ◦ green 119 ◦ blue 165

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

Shades of Pale Violet Red #E077A5

Tints of Pale Violet Red #E077A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.48%

R = 44.09%
G = 23.43%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E077A5 (or 0xE077A5) is known color: Pale Violet Red. HEX triplet: E0, 77 and A5. RGB value is (224,119,165). Sum of RGB (Red+Green+Blue) = 224+119+165=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E077A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E077A5 is #1F885A. Grayscale: #9B9B9B. Windows color (decimal): -2066523 or 10844128. OLE color: 10844128.

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

Color convert

RGB 224 119 165 -
CMYK 0 0.47 0.26 0.12
HSL 333.71º 0.63% 0.67% -
HSV(B) 333.71º 0.47% 0.88% -
XYZ 44.13 31.76 39.4 -
YUV 155.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 224 119 165 0 0.47 0.26 0.12 333.71 0.63 0.67
Hex E0 77 A5 0 2F 1A C 14E 3F 43
Octal 340 167 245 0 57 32 14 516 77 103
Binary 11100000 1110111 10100101 0 101111 11010 1100 101001110 111111 1000011

Color Harmonies of #E077A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077A5

Black with #E077A5

Text Example


Text Example

White with #E077A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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