Html Css Color HEX #E579BA Persian Pink

📋 copy color: '#E579BA'

red 229 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #E579BA

Tints of Persian Pink #E579BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.57%

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

R = 42.72%
G = 22.57%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E579BA (or 0xE579BA) is known color: Persian Pink. HEX triplet: E5, 79 and BA. RGB value is (229,121,186). Sum of RGB (Red+Green+Blue) = 229+121+186=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E579BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579BA is #1A8645. Grayscale: #A0A0A0. Windows color (decimal): -1738310 or 12220901. OLE color: 12220901.

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

Color convert

RGB 229 121 186 -
CMYK 0 0.47 0.19 0.10
HSL 323.89º 0.68% 0.69% -
HSV(B) 323.89º 0.47% 0.9% -
XYZ 48.01 33.88 50.46 -
YUV 160.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 229 121 186 0 0.47 0.19 0.10 323.89 0.68 0.69
Hex E5 79 BA 0 2F 13 A 144 44 45
Octal 345 171 272 0 57 23 12 504 104 105
Binary 11100101 1111001 10111010 0 101111 10011 1010 101000100 1000100 1000101

Color Harmonies of #E579BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E579BA

Black with #E579BA

Text Example


Text Example

White with #E579BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E579BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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