Html Css Color HEX #E577BE Persian Pink

📋 copy color: '#E577BE'

red 229 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #E577BE

Tints of Persian Pink #E577BE

RGB

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

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

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

R = 42.57%
G = 22.12%
B = 35.32%

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

#E577BE (or 0xE577BE) is known color: Persian Pink. HEX triplet: E5, 77 and BE. RGB value is (229,119,190). Sum of RGB (Red+Green+Blue) = 229+119+190=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E577BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577BE is #1A8841. Grayscale: #9F9F9F. Windows color (decimal): -1738818 or 12482533. OLE color: 12482533.

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

Color convert

RGB 229 119 190 -
CMYK 0 0.48 0.17 0.10
HSL 321.27º 0.68% 0.68% -
HSV(B) 321.27º 0.48% 0.9% -
XYZ 48.2 33.57 52.65 -
YUV 159.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 229 119 190 0 0.48 0.17 0.10 321.27 0.68 0.68
Hex E5 77 BE 0 30 11 A 141 44 44
Octal 345 167 276 0 60 21 12 501 104 104
Binary 11100101 1110111 10111110 0 110000 10001 1010 101000001 1000100 1000100

Color Harmonies of #E577BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E577BE

Black with #E577BE

Text Example


Text Example

White with #E577BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E577BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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