Html Css Color HEX #E577BC Persian Pink

📋 copy color: '#E577BC'

red 229 ◦ green 119 ◦ blue 188

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

Shades of Persian Pink #E577BC

Tints of Persian Pink #E577BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 42.72%
G = 22.2%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E577BC (or 0xE577BC) is known color: Persian Pink. HEX triplet: E5, 77 and BC. RGB value is (229,119,188). Sum of RGB (Red+Green+Blue) = 229+119+188=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E577BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577BC is #1A8843. Grayscale: #9F9F9F. Windows color (decimal): -1738820 or 12351461. OLE color: 12351461.

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

Color convert

RGB 229 119 188 -
CMYK 0 0.48 0.18 0.10
HSL 322.36º 0.68% 0.68% -
HSV(B) 322.36º 0.48% 0.9% -
XYZ 47.99 33.48 51.51 -
YUV 159.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 229 119 188 0 0.48 0.18 0.10 322.36 0.68 0.68
Hex E5 77 BC 0 30 12 A 142 44 44
Octal 345 167 274 0 60 22 12 502 104 104
Binary 11100101 1110111 10111100 0 110000 10010 1010 101000010 1000100 1000100

Color Harmonies of #E577BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577BC

Black with #E577BC

Text Example


Text Example

White with #E577BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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