Html Css Color HEX #E976A0 Pale Violet Red

📋 copy color: '#E976A0'

red 233 ◦ green 118 ◦ blue 160

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

Shades of Pale Violet Red #E976A0

Tints of Pale Violet Red #E976A0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

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

R = 45.6%
G = 23.09%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E976A0 (or 0xE976A0) is known color: Pale Violet Red. HEX triplet: E9, 76 and A0. RGB value is (233,118,160). Sum of RGB (Red+Green+Blue) = 233+118+160=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E976A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E976A0 is #16895F. Grayscale: #9D9D9D. Windows color (decimal): -1476960 or 10516201. OLE color: 10516201.

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

Color convert

RGB 233 118 160 -
CMYK 0 0.49 0.31 0.09
HSL 338.09º 0.72% 0.69% -
HSV(B) 338.09º 0.49% 0.91% -
XYZ 46.43 32.82 37.15 -
YUV 157.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 233 118 160 0 0.49 0.31 0.09 338.09 0.72 0.69
Hex E9 76 A0 0 31 1F 9 152 48 45
Octal 351 166 240 0 61 37 11 522 110 105
Binary 11101001 1110110 10100000 0 110001 11111 1001 101010010 1001000 1000101

Color Harmonies of #E976A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976A0

Black with #E976A0

Text Example


Text Example

White with #E976A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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