Html Css Color HEX #E582BF Persian Pink

📋 copy color: '#E582BF'

red 229 ◦ green 130 ◦ blue 191

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

Shades of Persian Pink #E582BF

Tints of Persian Pink #E582BF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.64%

 BLUE value IS 191 (75% from 255) = 34.73%

R = 41.64%
G = 23.64%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E582BF (or 0xE582BF) is known color: Persian Pink. HEX triplet: E5, 82 and BF. RGB value is (229,130,191). Sum of RGB (Red+Green+Blue) = 229+130+191=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E582BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582BF is #1A7D40. Grayscale: #A6A6A6. Windows color (decimal): -1736001 or 12550885. OLE color: 12550885.

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

Color convert

RGB 229 130 191 -
CMYK 0 0.43 0.17 0.10
HSL 323.03º 0.66% 0.7% -
HSV(B) 323.03º 0.43% 0.9% -
XYZ 49.7 36.38 53.69 -
YUV 166.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 229 130 191 0 0.43 0.17 0.10 323.03 0.66 0.7
Hex E5 82 BF 0 2B 11 A 143 42 46
Octal 345 202 277 0 53 21 12 503 102 106
Binary 11100101 10000010 10111111 0 101011 10001 1010 101000011 1000010 1000110

Color Harmonies of #E582BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582BF

Black with #E582BF

Text Example


Text Example

White with #E582BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582BF; }

 p { color: rgb(229,130,191); }

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

background-color css

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

 a { background-color: rgb(229,130,191); }

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

border-color css

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

 span { border-color: rgb(229,130,191); }

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