Html Css Color HEX #E071AB Pale Violet Red

📋 copy color: '#E071AB'

red 224 ◦ green 113 ◦ blue 171

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

Shades of Pale Violet Red #E071AB

Tints of Pale Violet Red #E071AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.24%

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

R = 44.09%
G = 22.24%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E071AB (or 0xE071AB) is known color: Pale Violet Red. HEX triplet: E0, 71 and AB. RGB value is (224,113,171). Sum of RGB (Red+Green+Blue) = 224+113+171=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E071AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E071AB is #1F8E54. Grayscale: #989898. Windows color (decimal): -2068053 or 11235808. OLE color: 11235808.

HSL color Cylindrical-coordinate representation of color #E071AB: hue angle of 328.65º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E071AB is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 171 -
CMYK 0 0.50 0.24 0.12
HSL 328.65º 0.64% 0.66% -
HSV(B) 328.65º 0.5% 0.88% -
XYZ 44 30.6 42.12 -
YUV 152.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 224 113 171 0 0.50 0.24 0.12 328.65 0.64 0.66
Hex E0 71 AB 0 32 18 C 149 40 42
Octal 340 161 253 0 62 30 14 511 100 102
Binary 11100000 1110001 10101011 0 110010 11000 1100 101001001 1000000 1000010

Color Harmonies of #E071AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071AB

Black with #E071AB

Text Example


Text Example

White with #E071AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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