Html Css Color HEX #E580B9 Persian Pink

📋 copy color: '#E580B9'

red 229 ◦ green 128 ◦ blue 185

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

Shades of Persian Pink #E580B9

Tints of Persian Pink #E580B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.13%

R = 42.25%
G = 23.62%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E580B9 (or 0xE580B9) is known color: Persian Pink. HEX triplet: E5, 80 and B9. RGB value is (229,128,185). Sum of RGB (Red+Green+Blue) = 229+128+185=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E580B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580B9 is #1A7F46. Grayscale: #A4A4A4. Windows color (decimal): -1736519 or 12157157. OLE color: 12157157.

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

Color convert

RGB 229 128 185 -
CMYK 0 0.44 0.19 0.10
HSL 326.14º 0.66% 0.7% -
HSV(B) 326.14º 0.44% 0.9% -
XYZ 48.79 35.6 50.2 -
YUV 164.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 229 128 185 0 0.44 0.19 0.10 326.14 0.66 0.7
Hex E5 80 B9 0 2C 13 A 146 42 46
Octal 345 200 271 0 54 23 12 506 102 106
Binary 11100101 10000000 10111001 0 101100 10011 1010 101000110 1000010 1000110

Color Harmonies of #E580B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E580B9

Black with #E580B9

Text Example


Text Example

White with #E580B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E580B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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