Html Css Color HEX #E872A6 Pale Violet Red

📋 copy color: '#E872A6'

red 232 ◦ green 114 ◦ blue 166

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

Shades of Pale Violet Red #E872A6

Tints of Pale Violet Red #E872A6

RGB

 RED value IS 232 (91.02% from 255) = 45.31%

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

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

R = 45.31%
G = 22.27%
B = 32.42%

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

#E872A6 (or 0xE872A6) is known color: Pale Violet Red. HEX triplet: E8, 72 and A6. RGB value is (232,114,166). Sum of RGB (Red+Green+Blue) = 232+114+166=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E872A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E872A6 is #178D59. Grayscale: #9B9B9B. Windows color (decimal): -1543514 or 10908392. OLE color: 10908392.

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

Color convert

RGB 232 114 166 -
CMYK 0 0.51 0.28 0.09
HSL 333.56º 0.72% 0.68% -
HSV(B) 333.56º 0.51% 0.91% -
XYZ 46.18 31.94 39.81 -
YUV 155.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 232 114 166 0 0.51 0.28 0.09 333.56 0.72 0.68
Hex E8 72 A6 0 33 1C 9 14E 48 44
Octal 350 162 246 0 63 34 11 516 110 104
Binary 11101000 1110010 10100110 0 110011 11100 1001 101001110 1001000 1000100

Color Harmonies of #E872A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E872A6

Black with #E872A6

Text Example


Text Example

White with #E872A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E872A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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