Html Css Color HEX #E177BE Persian Pink

📋 copy color: '#E177BE'

red 225 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #E177BE

Tints of Persian Pink #E177BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 42.13%
G = 22.28%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E177BE (or 0xE177BE) is known color: Persian Pink. HEX triplet: E1, 77 and BE. RGB value is (225,119,190). Sum of RGB (Red+Green+Blue) = 225+119+190=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E177BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177BE is #1E8841. Grayscale: #9E9E9E. Windows color (decimal): -2000962 or 12482529. OLE color: 12482529.

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

Color convert

RGB 225 119 190 -
CMYK 0 0.47 0.16 0.12
HSL 319.81º 0.64% 0.67% -
HSV(B) 319.81º 0.47% 0.88% -
XYZ 46.94 32.92 52.6 -
YUV 158.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 225 119 190 0 0.47 0.16 0.12 319.81 0.64 0.67
Hex E1 77 BE 0 2F 10 C 140 40 43
Octal 341 167 276 0 57 20 14 500 100 103
Binary 11100001 1110111 10111110 0 101111 10000 1100 101000000 1000000 1000011

Color Harmonies of #E177BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177BE

Black with #E177BE

Text Example


Text Example

White with #E177BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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