Html Css Color HEX #E177B1 Persian Pink

📋 copy color: '#E177B1'

red 225 ◦ green 119 ◦ blue 177

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

Shades of Persian Pink #E177B1

Tints of Persian Pink #E177B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.97%

R = 43.19%
G = 22.84%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E177B1 (or 0xE177B1) is known color: Persian Pink. HEX triplet: E1, 77 and B1. RGB value is (225,119,177). Sum of RGB (Red+Green+Blue) = 225+119+177=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E177B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E177B1 is #1E884E. Grayscale: #9D9D9D. Windows color (decimal): -2000975 or 11630561. OLE color: 11630561.

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

Color convert

RGB 225 119 177 -
CMYK 0 0.47 0.21 0.12
HSL 327.17º 0.64% 0.67% -
HSV(B) 327.17º 0.47% 0.88% -
XYZ 45.58 32.38 45.44 -
YUV 157.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 225 119 177 0 0.47 0.21 0.12 327.17 0.64 0.67
Hex E1 77 B1 0 2F 15 C 147 40 43
Octal 341 167 261 0 57 25 14 507 100 103
Binary 11100001 1110111 10110001 0 101111 10101 1100 101000111 1000000 1000011

Color Harmonies of #E177B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177B1

Black with #E177B1

Text Example


Text Example

White with #E177B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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