Html Css Color HEX #E577BA Persian Pink

📋 copy color: '#E577BA'

red 229 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #E577BA

Tints of Persian Pink #E577BA

RGB

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

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

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

R = 42.88%
G = 22.28%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E577BA (or 0xE577BA) is known color: Persian Pink. HEX triplet: E5, 77 and BA. RGB value is (229,119,186). Sum of RGB (Red+Green+Blue) = 229+119+186=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E577BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577BA is #1A8845. Grayscale: #9F9F9F. Windows color (decimal): -1738822 or 12220389. OLE color: 12220389.

HSL color Cylindrical-coordinate representation of color #E577BA: hue angle of 323.45º 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 #E577BA is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 119 186 -
CMYK 0 0.48 0.19 0.10
HSL 323.45º 0.68% 0.68% -
HSV(B) 323.45º 0.48% 0.9% -
XYZ 47.77 33.4 50.38 -
YUV 159.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 229 119 186 0 0.48 0.19 0.10 323.45 0.68 0.68
Hex E5 77 BA 0 30 13 A 143 44 44
Octal 345 167 272 0 60 23 12 503 104 104
Binary 11100101 1110111 10111010 0 110000 10011 1010 101000011 1000100 1000100

Color Harmonies of #E577BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577BA

Black with #E577BA

Text Example


Text Example

White with #E577BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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