Html Css Color HEX #E974A0 Pale Violet Red

📋 copy color: '#E974A0'

red 233 ◦ green 116 ◦ blue 160

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

Shades of Pale Violet Red #E974A0

Tints of Pale Violet Red #E974A0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.79%

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

R = 45.78%
G = 22.79%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E974A0 (or 0xE974A0) is known color: Pale Violet Red. HEX triplet: E9, 74 and A0. RGB value is (233,116,160). Sum of RGB (Red+Green+Blue) = 233+116+160=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E974A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E974A0 is #168B5F. Grayscale: #9B9B9B. Windows color (decimal): -1477472 or 10515689. OLE color: 10515689.

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

Color convert

RGB 233 116 160 -
CMYK 0 0.50 0.31 0.09
HSL 337.44º 0.73% 0.68% -
HSV(B) 337.44º 0.5% 0.91% -
XYZ 46.19 32.35 37.07 -
YUV 156 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 233 116 160 0 0.50 0.31 0.09 337.44 0.73 0.68
Hex E9 74 A0 0 32 1F 9 151 49 44
Octal 351 164 240 0 62 37 11 521 111 104
Binary 11101001 1110100 10100000 0 110010 11111 1001 101010001 1001001 1000100

Color Harmonies of #E974A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E974A0

Black with #E974A0

Text Example


Text Example

White with #E974A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E974A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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