Html Css Color HEX #E177BA Persian Pink

📋 copy color: '#E177BA'

red 225 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #E177BA

Tints of Persian Pink #E177BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 42.45%
G = 22.45%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E177BA (or 0xE177BA) is known color: Persian Pink. HEX triplet: E1, 77 and BA. RGB value is (225,119,186). Sum of RGB (Red+Green+Blue) = 225+119+186=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E177BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177BA is #1E8845. Grayscale: #9E9E9E. Windows color (decimal): -2000966 or 12220385. OLE color: 12220385.

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

Color convert

RGB 225 119 186 -
CMYK 0 0.47 0.17 0.12
HSL 322.08º 0.64% 0.67% -
HSV(B) 322.08º 0.47% 0.88% -
XYZ 46.51 32.75 50.32 -
YUV 158.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 225 119 186 0 0.47 0.17 0.12 322.08 0.64 0.67
Hex E1 77 BA 0 2F 11 C 142 40 43
Octal 341 167 272 0 57 21 14 502 100 103
Binary 11100001 1110111 10111010 0 101111 10001 1100 101000010 1000000 1000011

Color Harmonies of #E177BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177BA

Black with #E177BA

Text Example


Text Example

White with #E177BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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