Html Css Color HEX #E776BF Persian Pink

📋 copy color: '#E776BF'

red 231 ◦ green 118 ◦ blue 191

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

Shades of Persian Pink #E776BF

Tints of Persian Pink #E776BF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.85%

 BLUE value IS 191 (75% from 255) = 35.37%

R = 42.78%
G = 21.85%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E776BF (or 0xE776BF) is known color: Persian Pink. HEX triplet: E7, 76 and BF. RGB value is (231,118,191). Sum of RGB (Red+Green+Blue) = 231+118+191=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E776BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776BF is #188940. Grayscale: #9F9F9F. Windows color (decimal): -1608001 or 12547815. OLE color: 12547815.

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

Color convert

RGB 231 118 191 -
CMYK 0 0.49 0.17 0.09
HSL 321.24º 0.7% 0.68% -
HSV(B) 321.24º 0.49% 0.91% -
XYZ 48.84 33.71 53.22 -
YUV 160.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 231 118 191 0 0.49 0.17 0.09 321.24 0.7 0.68
Hex E7 76 BF 0 31 11 9 141 46 44
Octal 347 166 277 0 61 21 11 501 106 104
Binary 11100111 1110110 10111111 0 110001 10001 1001 101000001 1000110 1000100

Color Harmonies of #E776BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776BF

Black with #E776BF

Text Example


Text Example

White with #E776BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776BF; }

 p { color: rgb(231,118,191); }

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

background-color css

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

 a { background-color: rgb(231,118,191); }

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

border-color css

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

 span { border-color: rgb(231,118,191); }

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