Html Css Color HEX #E972A7 Pale Violet Red

📋 copy color: '#E972A7'

red 233 ◦ green 114 ◦ blue 167

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

Shades of Pale Violet Red #E972A7

Tints of Pale Violet Red #E972A7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.18%

 BLUE value IS 167 (65.63% from 255) = 32.49%

R = 45.33%
G = 22.18%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E972A7 (or 0xE972A7) is known color: Pale Violet Red. HEX triplet: E9, 72 and A7. RGB value is (233,114,167). Sum of RGB (Red+Green+Blue) = 233+114+167=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E972A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E972A7 is #168D58. Grayscale: #9B9B9B. Windows color (decimal): -1477977 or 10973929. OLE color: 10973929.

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

Color convert

RGB 233 114 167 -
CMYK 0 0.51 0.28 0.09
HSL 333.28º 0.73% 0.68% -
HSV(B) 333.28º 0.51% 0.91% -
XYZ 46.6 32.15 40.31 -
YUV 155.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 233 114 167 0 0.51 0.28 0.09 333.28 0.73 0.68
Hex E9 72 A7 0 33 1C 9 14D 49 44
Octal 351 162 247 0 63 34 11 515 111 104
Binary 11101001 1110010 10100111 0 110011 11100 1001 101001101 1001001 1000100

Color Harmonies of #E972A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972A7

Black with #E972A7

Text Example


Text Example

White with #E972A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972A7; }

 p { color: rgb(233,114,167); }

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

background-color css

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

 a { background-color: rgb(233,114,167); }

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

border-color css

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

 span { border-color: rgb(233,114,167); }

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