Html Css Color HEX #E582BD Persian Pink

📋 copy color: '#E582BD'

red 229 ◦ green 130 ◦ blue 189

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

Shades of Persian Pink #E582BD

Tints of Persian Pink #E582BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.49%

R = 41.79%
G = 23.72%
B = 34.49%

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

#E582BD (or 0xE582BD) is known color: Persian Pink. HEX triplet: E5, 82 and BD. RGB value is (229,130,189). Sum of RGB (Red+Green+Blue) = 229+130+189=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E582BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582BD is #1A7D42. Grayscale: #A6A6A6. Windows color (decimal): -1736003 or 12419813. OLE color: 12419813.

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

Color convert

RGB 229 130 189 -
CMYK 0 0.43 0.17 0.10
HSL 324.24º 0.66% 0.7% -
HSV(B) 324.24º 0.43% 0.9% -
XYZ 49.48 36.3 52.54 -
YUV 166.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 229 130 189 0 0.43 0.17 0.10 324.24 0.66 0.7
Hex E5 82 BD 0 2B 11 A 144 42 46
Octal 345 202 275 0 53 21 12 504 102 106
Binary 11100101 10000010 10111101 0 101011 10001 1010 101000100 1000010 1000110

Color Harmonies of #E582BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582BD

Black with #E582BD

Text Example


Text Example

White with #E582BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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