Html Css Color HEX #E772BF Persian Pink

📋 copy color: '#E772BF'

red 231 ◦ green 114 ◦ blue 191

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

Shades of Persian Pink #E772BF

Tints of Persian Pink #E772BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.27%

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

R = 43.1%
G = 21.27%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E772BF (or 0xE772BF) is known color: Persian Pink. HEX triplet: E7, 72 and BF. RGB value is (231,114,191). Sum of RGB (Red+Green+Blue) = 231+114+191=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E772BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772BF is #188D40. Grayscale: #9D9D9D. Windows color (decimal): -1609025 or 12546791. OLE color: 12546791.

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

Color convert

RGB 231 114 191 -
CMYK 0 0.51 0.17 0.09
HSL 320.51º 0.71% 0.68% -
HSV(B) 320.51º 0.51% 0.91% -
XYZ 48.38 32.79 53.07 -
YUV 157.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 231 114 191 0 0.51 0.17 0.09 320.51 0.71 0.68
Hex E7 72 BF 0 33 11 9 141 47 44
Octal 347 162 277 0 63 21 11 501 107 104
Binary 11100111 1110010 10111111 0 110011 10001 1001 101000001 1000111 1000100

Color Harmonies of #E772BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772BF

Black with #E772BF

Text Example


Text Example

White with #E772BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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