Html Css Color HEX #E582BE Persian Pink

📋 copy color: '#E582BE'

red 229 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #E582BE

Tints of Persian Pink #E582BE

RGB

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

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

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

R = 41.71%
G = 23.68%
B = 34.61%

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

#E582BE (or 0xE582BE) is known color: Persian Pink. HEX triplet: E5, 82 and BE. RGB value is (229,130,190). Sum of RGB (Red+Green+Blue) = 229+130+190=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E582BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582BE is #1A7D41. Grayscale: #A6A6A6. Windows color (decimal): -1736002 or 12485349. OLE color: 12485349.

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

Color convert

RGB 229 130 190 -
CMYK 0 0.43 0.17 0.10
HSL 323.64º 0.66% 0.7% -
HSV(B) 323.64º 0.43% 0.9% -
XYZ 49.59 36.34 53.12 -
YUV 166.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 229 130 190 0 0.43 0.17 0.10 323.64 0.66 0.7
Hex E5 82 BE 0 2B 11 A 144 42 46
Octal 345 202 276 0 53 21 12 504 102 106
Binary 11100101 10000010 10111110 0 101011 10001 1010 101000100 1000010 1000110

Color Harmonies of #E582BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582BE

Black with #E582BE

Text Example


Text Example

White with #E582BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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