Html Css Color HEX #E070AC Pale Violet Red

📋 copy color: '#E070AC'

red 224 ◦ green 112 ◦ blue 172

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

Shades of Pale Violet Red #E070AC

Tints of Pale Violet Red #E070AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.05%

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

R = 44.09%
G = 22.05%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E070AC (or 0xE070AC) is known color: Pale Violet Red. HEX triplet: E0, 70 and AC. RGB value is (224,112,172). Sum of RGB (Red+Green+Blue) = 224+112+172=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E070AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E070AC is #1F8F53. Grayscale: #989898. Windows color (decimal): -2068308 or 11301088. OLE color: 11301088.

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

Color convert

RGB 224 112 172 -
CMYK 0 0.50 0.23 0.12
HSL 327.86º 0.64% 0.66% -
HSV(B) 327.86º 0.5% 0.88% -
XYZ 43.98 30.41 42.58 -
YUV 152.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 224 112 172 0 0.50 0.23 0.12 327.86 0.64 0.66
Hex E0 70 AC 0 32 17 C 148 40 42
Octal 340 160 254 0 62 27 14 510 100 102
Binary 11100000 1110000 10101100 0 110010 10111 1100 101001000 1000000 1000010

Color Harmonies of #E070AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070AC

Black with #E070AC

Text Example


Text Example

White with #E070AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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