Html Css Color HEX #E970A6 Pale Violet Red

📋 copy color: '#E970A6'

red 233 ◦ green 112 ◦ blue 166

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

Shades of Pale Violet Red #E970A6

Tints of Pale Violet Red #E970A6

RGB

 RED value IS 233 (91.41% from 255) = 45.6%

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

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

R = 45.6%
G = 21.92%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E970A6 (or 0xE970A6) is known color: Pale Violet Red. HEX triplet: E9, 70 and A6. RGB value is (233,112,166). Sum of RGB (Red+Green+Blue) = 233+112+166=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E970A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E970A6 is #168F59. Grayscale: #9A9A9A. Windows color (decimal): -1478490 or 10907881. OLE color: 10907881.

HSL color Cylindrical-coordinate representation of color #E970A6: hue angle of 333.22º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E970A6 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 112 166 -
CMYK 0 0.52 0.29 0.09
HSL 333.22º 0.73% 0.68% -
HSV(B) 333.22º 0.52% 0.91% -
XYZ 46.28 31.67 39.75 -
YUV 154.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 233 112 166 0 0.52 0.29 0.09 333.22 0.73 0.68
Hex E9 70 A6 0 34 1D 9 14D 49 44
Octal 351 160 246 0 64 35 11 515 111 104
Binary 11101001 1110000 10100110 0 110100 11101 1001 101001101 1001001 1000100

Color Harmonies of #E970A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970A6

Black with #E970A6

Text Example


Text Example

White with #E970A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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