Html Css Color HEX #E970A3 Pale Violet Red

📋 copy color: '#E970A3'

red 233 ◦ green 112 ◦ blue 163

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

Shades of Pale Violet Red #E970A3

Tints of Pale Violet Red #E970A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.09%

R = 45.87%
G = 22.05%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E970A3 (or 0xE970A3) is known color: Pale Violet Red. HEX triplet: E9, 70 and A3. RGB value is (233,112,163). Sum of RGB (Red+Green+Blue) = 233+112+163=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E970A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E970A3 is #168F5C. Grayscale: #999999. Windows color (decimal): -1478493 or 10711273. OLE color: 10711273.

HSL color Cylindrical-coordinate representation of color #E970A3: hue angle of 334.71º 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 #E970A3 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 112 163 -
CMYK 0 0.52 0.30 0.09
HSL 334.71º 0.73% 0.68% -
HSV(B) 334.71º 0.52% 0.91% -
XYZ 46.01 31.56 38.32 -
YUV 153.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 233 112 163 0 0.52 0.30 0.09 334.71 0.73 0.68
Hex E9 70 A3 0 34 1E 9 14F 49 44
Octal 351 160 243 0 64 36 11 517 111 104
Binary 11101001 1110000 10100011 0 110100 11110 1001 101001111 1001001 1000100

Color Harmonies of #E970A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970A3

Black with #E970A3

Text Example


Text Example

White with #E970A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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