Html Css Color HEX #E973A0 Pale Violet Red

📋 copy color: '#E973A0'

red 233 ◦ green 115 ◦ blue 160

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

Shades of Pale Violet Red #E973A0

Tints of Pale Violet Red #E973A0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.64%

 BLUE value IS 160 (62.89% from 255) = 31.5%

R = 45.87%
G = 22.64%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E973A0 (or 0xE973A0) is known color: Pale Violet Red. HEX triplet: E9, 73 and A0. RGB value is (233,115,160). Sum of RGB (Red+Green+Blue) = 233+115+160=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E973A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E973A0 is #168C5F. Grayscale: #9B9B9B. Windows color (decimal): -1477728 or 10515433. OLE color: 10515433.

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

Color convert

RGB 233 115 160 -
CMYK 0 0.51 0.31 0.09
HSL 337.12º 0.73% 0.68% -
HSV(B) 337.12º 0.51% 0.91% -
XYZ 46.08 32.12 37.03 -
YUV 155.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 233 115 160 0 0.51 0.31 0.09 337.12 0.73 0.68
Hex E9 73 A0 0 33 1F 9 151 49 44
Octal 351 163 240 0 63 37 11 521 111 104
Binary 11101001 1110011 10100000 0 110011 11111 1001 101010001 1001001 1000100

Color Harmonies of #E973A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973A0

Black with #E973A0

Text Example


Text Example

White with #E973A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973A0; }

 p { color: rgb(233,115,160); }

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

background-color css

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

 a { background-color: rgb(233,115,160); }

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

border-color css

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

 span { border-color: rgb(233,115,160); }

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