Html Css Color HEX #E177AC Persian Pink

📋 copy color: '#E177AC'

red 225 ◦ green 119 ◦ blue 172

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

Shades of Persian Pink #E177AC

Tints of Persian Pink #E177AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.06%

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 43.6%
G = 23.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E177AC (or 0xE177AC) is known color: Persian Pink. HEX triplet: E1, 77 and AC. RGB value is (225,119,172). Sum of RGB (Red+Green+Blue) = 225+119+172=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E177AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E177AC is #1E8853. Grayscale: #9C9C9C. Windows color (decimal): -2000980 or 11302881. OLE color: 11302881.

HSL color Cylindrical-coordinate representation of color #E177AC: hue angle of 330º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177AC is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 172 -
CMYK 0 0.47 0.24 0.12
HSL 330º 0.64% 0.67% -
HSV(B) 330º 0.47% 0.88% -
XYZ 45.09 32.18 42.86 -
YUV 156.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 225 119 172 0 0.47 0.24 0.12 330 0.64 0.67
Hex E1 77 AC 0 2F 18 C 14A 40 43
Octal 341 167 254 0 57 30 14 512 100 103
Binary 11100001 1110111 10101100 0 101111 11000 1100 101001010 1000000 1000011

Color Harmonies of #E177AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177AC

Black with #E177AC

Text Example


Text Example

White with #E177AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177AC; }

 p { color: rgb(225,119,172); }

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

background-color css

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

 a { background-color: rgb(225,119,172); }

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

border-color css

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

 span { border-color: rgb(225,119,172); }

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