Html Css Color HEX #E172A8 Pale Violet Red

📋 copy color: '#E172A8'

red 225 ◦ green 114 ◦ blue 168

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

Shades of Pale Violet Red #E172A8

Tints of Pale Violet Red #E172A8

RGB

 RED value IS 225 (88.28% from 255) = 44.38%

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

 BLUE value IS 168 (66.02% from 255) = 33.14%

R = 44.38%
G = 22.49%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E172A8 (or 0xE172A8) is known color: Pale Violet Red. HEX triplet: E1, 72 and A8. RGB value is (225,114,168). Sum of RGB (Red+Green+Blue) = 225+114+168=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E172A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172A8 is #1E8D57. Grayscale: #999999. Windows color (decimal): -2002264 or 11039457. OLE color: 11039457.

HSL color Cylindrical-coordinate representation of color #E172A8: hue angle of 330.81º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E172A8 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 114 168 -
CMYK 0 0.49 0.25 0.12
HSL 330.81º 0.65% 0.66% -
HSV(B) 330.81º 0.49% 0.88% -
XYZ 44.14 30.87 40.68 -
YUV 153.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 225 114 168 0 0.49 0.25 0.12 330.81 0.65 0.66
Hex E1 72 A8 0 31 19 C 14B 41 42
Octal 341 162 250 0 61 31 14 513 101 102
Binary 11100001 1110010 10101000 0 110001 11001 1100 101001011 1000001 1000010

Color Harmonies of #E172A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172A8

Black with #E172A8

Text Example


Text Example

White with #E172A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172A8; }

 p { color: rgb(225,114,168); }

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

background-color css

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

 a { background-color: rgb(225,114,168); }

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

border-color css

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

 span { border-color: rgb(225,114,168); }

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