Html Css Color HEX #E972A6 Pale Violet Red

📋 copy color: '#E972A6'

red 233 ◦ green 114 ◦ blue 166

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

Shades of Pale Violet Red #E972A6

Tints of Pale Violet Red #E972A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.36%

R = 45.42%
G = 22.22%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E972A6 (or 0xE972A6) is known color: Pale Violet Red. HEX triplet: E9, 72 and A6. RGB value is (233,114,166). Sum of RGB (Red+Green+Blue) = 233+114+166=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E972A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E972A6 is #168D59. Grayscale: #9B9B9B. Windows color (decimal): -1477978 or 10908393. OLE color: 10908393.

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

Color convert

RGB 233 114 166 -
CMYK 0 0.51 0.29 0.09
HSL 333.78º 0.73% 0.68% -
HSV(B) 333.78º 0.51% 0.91% -
XYZ 46.5 32.11 39.82 -
YUV 155.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 233 114 166 0 0.51 0.29 0.09 333.78 0.73 0.68
Hex E9 72 A6 0 33 1D 9 14E 49 44
Octal 351 162 246 0 63 35 11 516 111 104
Binary 11101001 1110010 10100110 0 110011 11101 1001 101001110 1001001 1000100

Color Harmonies of #E972A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972A6

Black with #E972A6

Text Example


Text Example

White with #E972A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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