Html Css Color HEX #E782BA Persian Pink

📋 copy color: '#E782BA'

red 231 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #E782BA

Tints of Persian Pink #E782BA

RGB

 RED value IS 231 (90.63% from 255) = 42.23%

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

 BLUE value IS 186 (73.05% from 255) = 34%

R = 42.23%
G = 23.77%
B = 34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E782BA (or 0xE782BA) is known color: Persian Pink. HEX triplet: E7, 82 and BA. RGB value is (231,130,186). Sum of RGB (Red+Green+Blue) = 231+130+186=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E782BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782BA is #187D45. Grayscale: #A6A6A6. Windows color (decimal): -1604934 or 12223207. OLE color: 12223207.

HSL color Cylindrical-coordinate representation of color #E782BA: hue angle of 326.73º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E782BA is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 130 186 -
CMYK 0 0.44 0.19 0.09
HSL 326.73º 0.68% 0.71% -
HSV(B) 326.73º 0.44% 0.91% -
XYZ 49.8 36.5 50.87 -
YUV 166.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 231 130 186 0 0.44 0.19 0.09 326.73 0.68 0.71
Hex E7 82 BA 0 2C 13 9 147 44 47
Octal 347 202 272 0 54 23 11 507 104 107
Binary 11100111 10000010 10111010 0 101100 10011 1001 101000111 1000100 1000111

Color Harmonies of #E782BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782BA

Black with #E782BA

Text Example


Text Example

White with #E782BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782BA; }

 p { color: rgb(231,130,186); }

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

background-color css

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

 a { background-color: rgb(231,130,186); }

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

border-color css

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

 span { border-color: rgb(231,130,186); }

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