Html Css Color HEX #E586BA Persian Pink

📋 copy color: '#E586BA'

red 229 ◦ green 134 ◦ blue 186

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

Shades of Persian Pink #E586BA

Tints of Persian Pink #E586BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.41%

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

R = 41.71%
G = 24.41%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E586BA (or 0xE586BA) is known color: Persian Pink. HEX triplet: E5, 86 and BA. RGB value is (229,134,186). Sum of RGB (Red+Green+Blue) = 229+134+186=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E586BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E586BA is #1A7945. Grayscale: #A8A8A8. Windows color (decimal): -1734982 or 12224229. OLE color: 12224229.

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

Color convert

RGB 229 134 186 -
CMYK 0 0.41 0.19 0.10
HSL 327.16º 0.65% 0.71% -
HSV(B) 327.16º 0.41% 0.9% -
XYZ 49.7 37.25 51.03 -
YUV 168.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 229 134 186 0 0.41 0.19 0.10 327.16 0.65 0.71
Hex E5 86 BA 0 29 13 A 147 41 47
Octal 345 206 272 0 51 23 12 507 101 107
Binary 11100101 10000110 10111010 0 101001 10011 1010 101000111 1000001 1000111

Color Harmonies of #E586BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E586BA

Black with #E586BA

Text Example


Text Example

White with #E586BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E586BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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