Html Css Color HEX #E580B8 Persian Pink

📋 copy color: '#E580B8'

red 229 ◦ green 128 ◦ blue 184

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

Shades of Persian Pink #E580B8

Tints of Persian Pink #E580B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.01%

R = 42.33%
G = 23.66%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E580B8 (or 0xE580B8) is known color: Persian Pink. HEX triplet: E5, 80 and B8. RGB value is (229,128,184). Sum of RGB (Red+Green+Blue) = 229+128+184=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E580B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580B8 is #1A7F47. Grayscale: #A4A4A4. Windows color (decimal): -1736520 or 12091621. OLE color: 12091621.

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

Color convert

RGB 229 128 184 -
CMYK 0 0.44 0.20 0.10
HSL 326.73º 0.66% 0.7% -
HSV(B) 326.73º 0.44% 0.9% -
XYZ 48.68 35.56 49.64 -
YUV 164.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 229 128 184 0 0.44 0.20 0.10 326.73 0.66 0.7
Hex E5 80 B8 0 2C 14 A 147 42 46
Octal 345 200 270 0 54 24 12 507 102 106
Binary 11100101 10000000 10111000 0 101100 10100 1010 101000111 1000010 1000110

Color Harmonies of #E580B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E580B8

Black with #E580B8

Text Example


Text Example

White with #E580B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E580B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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