Html Css Color HEX #E177B0 Persian Pink

📋 copy color: '#E177B0'

red 225 ◦ green 119 ◦ blue 176

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

Shades of Persian Pink #E177B0

Tints of Persian Pink #E177B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 43.27%
G = 22.88%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E177B0 (or 0xE177B0) is known color: Persian Pink. HEX triplet: E1, 77 and B0. RGB value is (225,119,176). Sum of RGB (Red+Green+Blue) = 225+119+176=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E177B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E177B0 is #1E884F. Grayscale: #9D9D9D. Windows color (decimal): -2000976 or 11565025. OLE color: 11565025.

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

Color convert

RGB 225 119 176 -
CMYK 0 0.47 0.22 0.12
HSL 327.74º 0.64% 0.67% -
HSV(B) 327.74º 0.47% 0.88% -
XYZ 45.48 32.34 44.92 -
YUV 157.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 225 119 176 0 0.47 0.22 0.12 327.74 0.64 0.67
Hex E1 77 B0 0 2F 16 C 148 40 43
Octal 341 167 260 0 57 26 14 510 100 103
Binary 11100001 1110111 10110000 0 101111 10110 1100 101001000 1000000 1000011

Color Harmonies of #E177B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177B0

Black with #E177B0

Text Example


Text Example

White with #E177B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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