Html Css Color HEX #E580BD Persian Pink

📋 copy color: '#E580BD'

red 229 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #E580BD

Tints of Persian Pink #E580BD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.44%

 BLUE value IS 189 (74.22% from 255) = 34.62%

R = 41.94%
G = 23.44%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E580BD (or 0xE580BD) is known color: Persian Pink. HEX triplet: E5, 80 and BD. RGB value is (229,128,189). Sum of RGB (Red+Green+Blue) = 229+128+189=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E580BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580BD is #1A7F42. Grayscale: #A5A5A5. Windows color (decimal): -1736515 or 12419301. OLE color: 12419301.

HSL color Cylindrical-coordinate representation of color #E580BD: hue angle of 323.76º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E580BD is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 128 189 -
CMYK 0 0.44 0.17 0.10
HSL 323.76º 0.66% 0.7% -
HSV(B) 323.76º 0.44% 0.9% -
XYZ 49.22 35.77 52.45 -
YUV 165.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 229 128 189 0 0.44 0.17 0.10 323.76 0.66 0.7
Hex E5 80 BD 0 2C 11 A 144 42 46
Octal 345 200 275 0 54 21 12 504 102 106
Binary 11100101 10000000 10111101 0 101100 10001 1010 101000100 1000010 1000110

Color Harmonies of #E580BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E580BD

Black with #E580BD

Text Example


Text Example

White with #E580BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E580BD; }

 p { color: rgb(229,128,189); }

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

background-color css

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

 a { background-color: rgb(229,128,189); }

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

border-color css

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

 span { border-color: rgb(229,128,189); }

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