Html Css Color HEX #E580BE Persian Pink

📋 copy color: '#E580BE'

red 229 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #E580BE

Tints of Persian Pink #E580BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 41.86%
G = 23.4%
B = 34.73%

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

#E580BE (or 0xE580BE) is known color: Persian Pink. HEX triplet: E5, 80 and BE. RGB value is (229,128,190). Sum of RGB (Red+Green+Blue) = 229+128+190=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E580BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580BE is #1A7F41. Grayscale: #A5A5A5. Windows color (decimal): -1736514 or 12484837. OLE color: 12484837.

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

Color convert

RGB 229 128 190 -
CMYK 0 0.44 0.17 0.10
HSL 323.17º 0.66% 0.7% -
HSV(B) 323.17º 0.44% 0.9% -
XYZ 49.33 35.81 53.03 -
YUV 165.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 229 128 190 0 0.44 0.17 0.10 323.17 0.66 0.7
Hex E5 80 BE 0 2C 11 A 143 42 46
Octal 345 200 276 0 54 21 12 503 102 106
Binary 11100101 10000000 10111110 0 101100 10001 1010 101000011 1000010 1000110

Color Harmonies of #E580BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E580BE

Black with #E580BE

Text Example


Text Example

White with #E580BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E580BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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