Html Css Color HEX #E07AA5 Pale Violet Red

📋 copy color: '#E07AA5'

red 224 ◦ green 122 ◦ blue 165

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

Shades of Pale Violet Red #E07AA5

Tints of Pale Violet Red #E07AA5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.87%

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

R = 43.84%
G = 23.87%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E07AA5 (or 0xE07AA5) is known color: Pale Violet Red. HEX triplet: E0, 7A and A5. RGB value is (224,122,165). Sum of RGB (Red+Green+Blue) = 224+122+165=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AA5 is #1F855A. Grayscale: #9D9D9D. Windows color (decimal): -2065755 or 10844896. OLE color: 10844896.

HSL color Cylindrical-coordinate representation of color #E07AA5: hue angle of 334.71º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07AA5 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 165 -
CMYK 0 0.46 0.26 0.12
HSL 334.71º 0.62% 0.68% -
HSV(B) 334.71º 0.46% 0.88% -
XYZ 44.49 32.48 39.52 -
YUV 157.4 132.29 175.5 -
System Red Green Blue C M Y K H S L
Decimal 224 122 165 0 0.46 0.26 0.12 334.71 0.62 0.68
Hex E0 7A A5 0 2E 1A C 14F 3E 44
Octal 340 172 245 0 56 32 14 517 76 104
Binary 11100000 1111010 10100101 0 101110 11010 1100 101001111 111110 1000100

Color Harmonies of #E07AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AA5

Black with #E07AA5

Text Example


Text Example

White with #E07AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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