Html Css Color HEX #E584BA Persian Pink

📋 copy color: '#E584BA'

red 229 ◦ green 132 ◦ blue 186

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

Shades of Persian Pink #E584BA

Tints of Persian Pink #E584BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.13%

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

R = 41.86%
G = 24.13%
B = 34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E584BA (or 0xE584BA) is known color: Persian Pink. HEX triplet: E5, 84 and BA. RGB value is (229,132,186). Sum of RGB (Red+Green+Blue) = 229+132+186=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E584BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584BA is #1A7B45. Grayscale: #A7A7A7. Windows color (decimal): -1735494 or 12223717. OLE color: 12223717.

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

Color convert

RGB 229 132 186 -
CMYK 0 0.42 0.19 0.10
HSL 326.6º 0.65% 0.71% -
HSV(B) 326.6º 0.42% 0.9% -
XYZ 49.43 36.71 50.93 -
YUV 167.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 229 132 186 0 0.42 0.19 0.10 326.6 0.65 0.71
Hex E5 84 BA 0 2A 13 A 147 41 47
Octal 345 204 272 0 52 23 12 507 101 107
Binary 11100101 10000100 10111010 0 101010 10011 1010 101000111 1000001 1000111

Color Harmonies of #E584BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E584BA

Black with #E584BA

Text Example


Text Example

White with #E584BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E584BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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