Html Css Color HEX #E076A6 Pale Violet Red

📋 copy color: '#E076A6'

red 224 ◦ green 118 ◦ blue 166

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

Shades of Pale Violet Red #E076A6

Tints of Pale Violet Red #E076A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.68%

R = 44.09%
G = 23.23%
B = 32.68%

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

#E076A6 (or 0xE076A6) is known color: Pale Violet Red. HEX triplet: E0, 76 and A6. RGB value is (224,118,166). Sum of RGB (Red+Green+Blue) = 224+118+166=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E076A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076A6 is #1F8959. Grayscale: #9B9B9B. Windows color (decimal): -2066778 or 10909408. OLE color: 10909408.

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

Color convert

RGB 224 118 166 -
CMYK 0 0.47 0.26 0.12
HSL 332.83º 0.63% 0.67% -
HSV(B) 332.83º 0.47% 0.88% -
XYZ 44.1 31.56 39.84 -
YUV 155.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 224 118 166 0 0.47 0.26 0.12 332.83 0.63 0.67
Hex E0 76 A6 0 2F 1A C 14D 3F 43
Octal 340 166 246 0 57 32 14 515 77 103
Binary 11100000 1110110 10100110 0 101111 11010 1100 101001101 111111 1000011

Color Harmonies of #E076A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076A6

Black with #E076A6

Text Example


Text Example

White with #E076A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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