Html Css Color HEX #E970A5 Pale Violet Red

📋 copy color: '#E970A5'

red 233 ◦ green 112 ◦ blue 165

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

Shades of Pale Violet Red #E970A5

Tints of Pale Violet Red #E970A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.35%

R = 45.69%
G = 21.96%
B = 32.35%

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

#E970A5 (or 0xE970A5) is known color: Pale Violet Red. HEX triplet: E9, 70 and A5. RGB value is (233,112,165). Sum of RGB (Red+Green+Blue) = 233+112+165=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E970A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E970A5 is #168F5A. Grayscale: #9A9A9A. Windows color (decimal): -1478491 or 10842345. OLE color: 10842345.

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

Color convert

RGB 233 112 165 -
CMYK 0 0.52 0.29 0.09
HSL 333.72º 0.73% 0.68% -
HSV(B) 333.72º 0.52% 0.91% -
XYZ 46.19 31.63 39.27 -
YUV 154.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 233 112 165 0 0.52 0.29 0.09 333.72 0.73 0.68
Hex E9 70 A5 0 34 1D 9 14E 49 44
Octal 351 160 245 0 64 35 11 516 111 104
Binary 11101001 1110000 10100101 0 110100 11101 1001 101001110 1001001 1000100

Color Harmonies of #E970A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970A5

Black with #E970A5

Text Example


Text Example

White with #E970A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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