Html Css Color HEX #E070A6 Pale Violet Red

📋 copy color: '#E070A6'

red 224 ◦ green 112 ◦ blue 166

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

Shades of Pale Violet Red #E070A6

Tints of Pale Violet Red #E070A6

RGB

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

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

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

R = 44.62%
G = 22.31%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E070A6 (or 0xE070A6) is known color: Pale Violet Red. HEX triplet: E0, 70 and A6. RGB value is (224,112,166). Sum of RGB (Red+Green+Blue) = 224+112+166=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E070A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E070A6 is #1F8F59. Grayscale: #979797. Windows color (decimal): -2068314 or 10907872. OLE color: 10907872.

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

Color convert

RGB 224 112 166 -
CMYK 0 0.50 0.26 0.12
HSL 331.07º 0.64% 0.66% -
HSV(B) 331.07º 0.5% 0.88% -
XYZ 43.42 30.19 39.62 -
YUV 151.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 224 112 166 0 0.50 0.26 0.12 331.07 0.64 0.66
Hex E0 70 A6 0 32 1A C 14B 40 42
Octal 340 160 246 0 62 32 14 513 100 102
Binary 11100000 1110000 10100110 0 110010 11010 1100 101001011 1000000 1000010

Color Harmonies of #E070A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070A6

Black with #E070A6

Text Example


Text Example

White with #E070A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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