Html Css Color HEX #E577BF Persian Pink

📋 copy color: '#E577BF'

red 229 ◦ green 119 ◦ blue 191

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

Shades of Persian Pink #E577BF

Tints of Persian Pink #E577BF

RGB

 RED value IS 229 (89.84% from 255) = 42.49%

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

 BLUE value IS 191 (75% from 255) = 35.44%

R = 42.49%
G = 22.08%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E577BF (or 0xE577BF) is known color: Persian Pink. HEX triplet: E5, 77 and BF. RGB value is (229,119,191). Sum of RGB (Red+Green+Blue) = 229+119+191=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E577BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577BF is #1A8840. Grayscale: #9F9F9F. Windows color (decimal): -1738817 or 12548069. OLE color: 12548069.

HSL color Cylindrical-coordinate representation of color #E577BF: hue angle of 320.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E577BF is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 119 191 -
CMYK 0 0.48 0.17 0.10
HSL 320.73º 0.68% 0.68% -
HSV(B) 320.73º 0.48% 0.9% -
XYZ 48.31 33.61 53.23 -
YUV 160.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 229 119 191 0 0.48 0.17 0.10 320.73 0.68 0.68
Hex E5 77 BF 0 30 11 A 141 44 44
Octal 345 167 277 0 60 21 12 501 104 104
Binary 11100101 1110111 10111111 0 110000 10001 1010 101000001 1000100 1000100

Color Harmonies of #E577BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577BF

Black with #E577BF

Text Example


Text Example

White with #E577BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577BF; }

 p { color: rgb(229,119,191); }

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

background-color css

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

 a { background-color: rgb(229,119,191); }

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

border-color css

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

 span { border-color: rgb(229,119,191); }

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