Html Css Color HEX #E076AB Pale Violet Red

📋 copy color: '#E076AB'

red 224 ◦ green 118 ◦ blue 171

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

Shades of Pale Violet Red #E076AB

Tints of Pale Violet Red #E076AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 43.66%
G = 23%
B = 33.33%

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

#E076AB (or 0xE076AB) is known color: Pale Violet Red. HEX triplet: E0, 76 and AB. RGB value is (224,118,171). Sum of RGB (Red+Green+Blue) = 224+118+171=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E076AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076AB is #1F8954. Grayscale: #9B9B9B. Windows color (decimal): -2066773 or 11237088. OLE color: 11237088.

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

Color convert

RGB 224 118 171 -
CMYK 0 0.47 0.24 0.12
HSL 330º 0.63% 0.67% -
HSV(B) 330º 0.47% 0.88% -
XYZ 44.57 31.74 42.31 -
YUV 155.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 224 118 171 0 0.47 0.24 0.12 330 0.63 0.67
Hex E0 76 AB 0 2F 18 C 14A 3F 43
Octal 340 166 253 0 57 30 14 512 77 103
Binary 11100000 1110110 10101011 0 101111 11000 1100 101001010 111111 1000011

Color Harmonies of #E076AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076AB

Black with #E076AB

Text Example


Text Example

White with #E076AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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