Html Css Color HEX #E172AE Persian Pink

📋 copy color: '#E172AE'

red 225 ◦ green 114 ◦ blue 174

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

Shades of Persian Pink #E172AE

Tints of Persian Pink #E172AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.92%

R = 43.86%
G = 22.22%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E172AE (or 0xE172AE) is known color: Persian Pink. HEX triplet: E1, 72 and AE. RGB value is (225,114,174). Sum of RGB (Red+Green+Blue) = 225+114+174=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E172AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172AE is #1E8D51. Grayscale: #999999. Windows color (decimal): -2002258 or 11432673. OLE color: 11432673.

HSL color Cylindrical-coordinate representation of color #E172AE: hue angle of 327.57º 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 #E172AE is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 114 174 -
CMYK 0 0.49 0.23 0.12
HSL 327.57º 0.65% 0.66% -
HSV(B) 327.57º 0.49% 0.88% -
XYZ 44.71 31.1 43.69 -
YUV 154.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 225 114 174 0 0.49 0.23 0.12 327.57 0.65 0.66
Hex E1 72 AE 0 31 17 C 148 41 42
Octal 341 162 256 0 61 27 14 510 101 102
Binary 11100001 1110010 10101110 0 110001 10111 1100 101001000 1000001 1000010

Color Harmonies of #E172AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172AE

Black with #E172AE

Text Example


Text Example

White with #E172AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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