Html Css Color HEX #E071A7 Pale Violet Red

📋 copy color: '#E071A7'

red 224 ◦ green 113 ◦ blue 167

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

Shades of Pale Violet Red #E071A7

Tints of Pale Violet Red #E071A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.13%

R = 44.44%
G = 22.42%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E071A7 (or 0xE071A7) is known color: Pale Violet Red. HEX triplet: E0, 71 and A7. RGB value is (224,113,167). Sum of RGB (Red+Green+Blue) = 224+113+167=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E071A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E071A7 is #1F8E58. Grayscale: #989898. Windows color (decimal): -2068057 or 10973664. OLE color: 10973664.

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

Color convert

RGB 224 113 167 -
CMYK 0 0.50 0.25 0.12
HSL 330.81º 0.64% 0.66% -
HSV(B) 330.81º 0.5% 0.88% -
XYZ 43.62 30.45 40.14 -
YUV 152.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 224 113 167 0 0.50 0.25 0.12 330.81 0.64 0.66
Hex E0 71 A7 0 32 19 C 14B 40 42
Octal 340 161 247 0 62 31 14 513 100 102
Binary 11100000 1110001 10100111 0 110010 11001 1100 101001011 1000000 1000010

Color Harmonies of #E071A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071A7

Black with #E071A7

Text Example


Text Example

White with #E071A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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