Html Css Color HEX #E972A2 Pale Violet Red

📋 copy color: '#E972A2'

red 233 ◦ green 114 ◦ blue 162

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

Shades of Pale Violet Red #E972A2

Tints of Pale Violet Red #E972A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.83%

R = 45.78%
G = 22.4%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E972A2 (or 0xE972A2) is known color: Pale Violet Red. HEX triplet: E9, 72 and A2. RGB value is (233,114,162). Sum of RGB (Red+Green+Blue) = 233+114+162=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E972A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E972A2 is #168D5D. Grayscale: #9A9A9A. Windows color (decimal): -1477982 or 10646249. OLE color: 10646249.

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

Color convert

RGB 233 114 162 -
CMYK 0 0.51 0.30 0.09
HSL 335.8º 0.73% 0.68% -
HSV(B) 335.8º 0.51% 0.91% -
XYZ 46.14 31.97 37.92 -
YUV 155.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 233 114 162 0 0.51 0.30 0.09 335.8 0.73 0.68
Hex E9 72 A2 0 33 1E 9 150 49 44
Octal 351 162 242 0 63 36 11 520 111 104
Binary 11101001 1110010 10100010 0 110011 11110 1001 101010000 1001001 1000100

Color Harmonies of #E972A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972A2

Black with #E972A2

Text Example


Text Example

White with #E972A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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