Html Css Color HEX #E786BC Persian Pink

📋 copy color: '#E786BC'

red 231 ◦ green 134 ◦ blue 188

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

Shades of Persian Pink #E786BC

Tints of Persian Pink #E786BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34%

R = 41.77%
G = 24.23%
B = 34%

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

#E786BC (or 0xE786BC) is known color: Persian Pink. HEX triplet: E7, 86 and BC. RGB value is (231,134,188). Sum of RGB (Red+Green+Blue) = 231+134+188=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E786BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786BC is #187943. Grayscale: #A9A9A9. Windows color (decimal): -1603908 or 12355303. OLE color: 12355303.

HSL color Cylindrical-coordinate representation of color #E786BC: hue angle of 326.6º 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 #E786BC is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 134 188 -
CMYK 0 0.42 0.19 0.09
HSL 326.6º 0.67% 0.72% -
HSV(B) 326.6º 0.42% 0.91% -
XYZ 50.56 37.67 52.18 -
YUV 169.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 231 134 188 0 0.42 0.19 0.09 326.6 0.67 0.72
Hex E7 86 BC 0 2A 13 9 147 43 48
Octal 347 206 274 0 52 23 11 507 103 110
Binary 11100111 10000110 10111100 0 101010 10011 1001 101000111 1000011 1001000

Color Harmonies of #E786BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E786BC

Black with #E786BC

Text Example


Text Example

White with #E786BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E786BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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