Html Css Color HEX #E076AA Pale Violet Red

📋 copy color: '#E076AA'

red 224 ◦ green 118 ◦ blue 170

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

Shades of Pale Violet Red #E076AA

Tints of Pale Violet Red #E076AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

 BLUE value IS 170 (66.8% from 255) = 33.2%

R = 43.75%
G = 23.05%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E076AA (or 0xE076AA) is known color: Pale Violet Red. HEX triplet: E0, 76 and AA. RGB value is (224,118,170). Sum of RGB (Red+Green+Blue) = 224+118+170=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E076AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076AA is #1F8955. Grayscale: #9B9B9B. Windows color (decimal): -2066774 or 11171552. OLE color: 11171552.

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

Color convert

RGB 224 118 170 -
CMYK 0 0.47 0.24 0.12
HSL 330.57º 0.63% 0.67% -
HSV(B) 330.57º 0.47% 0.88% -
XYZ 44.47 31.71 41.81 -
YUV 155.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 224 118 170 0 0.47 0.24 0.12 330.57 0.63 0.67
Hex E0 76 AA 0 2F 18 C 14B 3F 43
Octal 340 166 252 0 57 30 14 513 77 103
Binary 11100000 1110110 10101010 0 101111 11000 1100 101001011 111111 1000011

Color Harmonies of #E076AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076AA

Black with #E076AA

Text Example


Text Example

White with #E076AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076AA; }

 p { color: rgb(224,118,170); }

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

background-color css

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

 a { background-color: rgb(224,118,170); }

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

border-color css

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

 span { border-color: rgb(224,118,170); }

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