Html Css Color HEX #E580BC Persian Pink

📋 copy color: '#E580BC'

red 229 ◦ green 128 ◦ blue 188

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

Shades of Persian Pink #E580BC

Tints of Persian Pink #E580BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 42.02%
G = 23.49%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E580BC (or 0xE580BC) is known color: Persian Pink. HEX triplet: E5, 80 and BC. RGB value is (229,128,188). Sum of RGB (Red+Green+Blue) = 229+128+188=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E580BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580BC is #1A7F43. Grayscale: #A4A4A4. Windows color (decimal): -1736516 or 12353765. OLE color: 12353765.

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

Color convert

RGB 229 128 188 -
CMYK 0 0.44 0.18 0.10
HSL 324.36º 0.66% 0.7% -
HSV(B) 324.36º 0.44% 0.9% -
XYZ 49.11 35.73 51.88 -
YUV 165.04 140.96 173.62 -
System Red Green Blue C M Y K H S L
Decimal 229 128 188 0 0.44 0.18 0.10 324.36 0.66 0.7
Hex E5 80 BC 0 2C 12 A 144 42 46
Octal 345 200 274 0 54 22 12 504 102 106
Binary 11100101 10000000 10111100 0 101100 10010 1010 101000100 1000010 1000110

Color Harmonies of #E580BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E580BC

Black with #E580BC

Text Example


Text Example

White with #E580BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E580BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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