Html Css Color HEX #E076AC Pale Violet Red

📋 copy color: '#E076AC'

red 224 ◦ green 118 ◦ blue 172

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

Shades of Pale Violet Red #E076AC

Tints of Pale Violet Red #E076AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.46%

R = 43.58%
G = 22.96%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E076AC (or 0xE076AC) is known color: Pale Violet Red. HEX triplet: E0, 76 and AC. RGB value is (224,118,172). Sum of RGB (Red+Green+Blue) = 224+118+172=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E076AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076AC is #1F8953. Grayscale: #9B9B9B. Windows color (decimal): -2066772 or 11302624. OLE color: 11302624.

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

Color convert

RGB 224 118 172 -
CMYK 0 0.47 0.23 0.12
HSL 329.43º 0.63% 0.67% -
HSV(B) 329.43º 0.47% 0.88% -
XYZ 44.67 31.78 42.81 -
YUV 155.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 224 118 172 0 0.47 0.23 0.12 329.43 0.63 0.67
Hex E0 76 AC 0 2F 17 C 149 3F 43
Octal 340 166 254 0 57 27 14 511 77 103
Binary 11100000 1110110 10101100 0 101111 10111 1100 101001001 111111 1000011

Color Harmonies of #E076AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076AC

Black with #E076AC

Text Example


Text Example

White with #E076AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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