Html Css Color HEX #E786BA Persian Pink

📋 copy color: '#E786BA'

red 231 ◦ green 134 ◦ blue 186

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

Shades of Persian Pink #E786BA

Tints of Persian Pink #E786BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.32%

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

R = 41.92%
G = 24.32%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E786BA (or 0xE786BA) is known color: Persian Pink. HEX triplet: E7, 86 and BA. RGB value is (231,134,186). Sum of RGB (Red+Green+Blue) = 231+134+186=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E786BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786BA is #187945. Grayscale: #A8A8A8. Windows color (decimal): -1603910 or 12224231. OLE color: 12224231.

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

Color convert

RGB 231 134 186 -
CMYK 0 0.42 0.19 0.09
HSL 327.84º 0.67% 0.72% -
HSV(B) 327.84º 0.42% 0.91% -
XYZ 50.34 37.58 51.06 -
YUV 168.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 231 134 186 0 0.42 0.19 0.09 327.84 0.67 0.72
Hex E7 86 BA 0 2A 13 9 148 43 48
Octal 347 206 272 0 52 23 11 510 103 110
Binary 11100111 10000110 10111010 0 101010 10011 1001 101001000 1000011 1001000

Color Harmonies of #E786BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E786BA

Black with #E786BA

Text Example


Text Example

White with #E786BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E786BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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