Html Css Color HEX #E971A0 Pale Violet Red

📋 copy color: '#E971A0'

red 233 ◦ green 113 ◦ blue 160

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

Shades of Pale Violet Red #E971A0

Tints of Pale Violet Red #E971A0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.33%

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

R = 46.05%
G = 22.33%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E971A0 (or 0xE971A0) is known color: Pale Violet Red. HEX triplet: E9, 71 and A0. RGB value is (233,113,160). Sum of RGB (Red+Green+Blue) = 233+113+160=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E971A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E971A0 is #168E5F. Grayscale: #9A9A9A. Windows color (decimal): -1478240 or 10514921. OLE color: 10514921.

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

Color convert

RGB 233 113 160 -
CMYK 0 0.52 0.31 0.09
HSL 336.5º 0.73% 0.68% -
HSV(B) 336.5º 0.52% 0.91% -
XYZ 45.85 31.67 36.95 -
YUV 154.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 233 113 160 0 0.52 0.31 0.09 336.5 0.73 0.68
Hex E9 71 A0 0 34 1F 9 150 49 44
Octal 351 161 240 0 64 37 11 520 111 104
Binary 11101001 1110001 10100000 0 110100 11111 1001 101010000 1001001 1000100

Color Harmonies of #E971A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971A0

Black with #E971A0

Text Example


Text Example

White with #E971A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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