Html Css Color HEX #E07AA7 Pale Violet Red

📋 copy color: '#E07AA7'

red 224 ◦ green 122 ◦ blue 167

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

Shades of Pale Violet Red #E07AA7

Tints of Pale Violet Red #E07AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.55%

R = 43.66%
G = 23.78%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E07AA7 (or 0xE07AA7) is known color: Pale Violet Red. HEX triplet: E0, 7A and A7. RGB value is (224,122,167). Sum of RGB (Red+Green+Blue) = 224+122+167=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AA7 is #1F8558. Grayscale: #9D9D9D. Windows color (decimal): -2065753 or 10975968. OLE color: 10975968.

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

Color convert

RGB 224 122 167 -
CMYK 0 0.46 0.25 0.12
HSL 333.53º 0.62% 0.68% -
HSV(B) 333.53º 0.46% 0.88% -
XYZ 44.68 32.56 40.49 -
YUV 157.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 224 122 167 0 0.46 0.25 0.12 333.53 0.62 0.68
Hex E0 7A A7 0 2E 19 C 14E 3E 44
Octal 340 172 247 0 56 31 14 516 76 104
Binary 11100000 1111010 10100111 0 101110 11001 1100 101001110 111110 1000100

Color Harmonies of #E07AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AA7

Black with #E07AA7

Text Example


Text Example

White with #E07AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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