Html Css Color HEX #E773BF Persian Pink

📋 copy color: '#E773BF'

red 231 ◦ green 115 ◦ blue 191

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

Shades of Persian Pink #E773BF

Tints of Persian Pink #E773BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.42%

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

R = 43.02%
G = 21.42%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E773BF (or 0xE773BF) is known color: Persian Pink. HEX triplet: E7, 73 and BF. RGB value is (231,115,191). Sum of RGB (Red+Green+Blue) = 231+115+191=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E773BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773BF is #188C40. Grayscale: #9E9E9E. Windows color (decimal): -1608769 or 12547047. OLE color: 12547047.

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

Color convert

RGB 231 115 191 -
CMYK 0 0.50 0.17 0.09
HSL 320.69º 0.71% 0.68% -
HSV(B) 320.69º 0.5% 0.91% -
XYZ 48.49 33.01 53.11 -
YUV 158.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 231 115 191 0 0.50 0.17 0.09 320.69 0.71 0.68
Hex E7 73 BF 0 32 11 9 141 47 44
Octal 347 163 277 0 62 21 11 501 107 104
Binary 11100111 1110011 10111111 0 110010 10001 1001 101000001 1000111 1000100

Color Harmonies of #E773BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773BF

Black with #E773BF

Text Example


Text Example

White with #E773BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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