Html Css Color HEX #E87FBF Persian Pink

📋 copy color: '#E87FBF'

red 232 ◦ green 127 ◦ blue 191

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

Shades of Persian Pink #E87FBF

Tints of Persian Pink #E87FBF

RGB

 RED value IS 232 (91.02% from 255) = 42.18%

 GREEN value IS 127 (50% from 255) = 23.09%

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

R = 42.18%
G = 23.09%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E87FBF (or 0xE87FBF) is known color: Persian Pink. HEX triplet: E8, 7F and BF. RGB value is (232,127,191). Sum of RGB (Red+Green+Blue) = 232+127+191=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FBF is #178040. Grayscale: #A5A5A5. Windows color (decimal): -1540161 or 12550120. OLE color: 12550120.

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

Color convert

RGB 232 127 191 -
CMYK 0 0.45 0.18 0.09
HSL 323.43º 0.7% 0.7% -
HSV(B) 323.43º 0.45% 0.91% -
XYZ 50.27 36.1 53.61 -
YUV 165.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 232 127 191 0 0.45 0.18 0.09 323.43 0.7 0.7
Hex E8 7F BF 0 2D 12 9 143 46 46
Octal 350 177 277 0 55 22 11 503 106 106
Binary 11101000 1111111 10111111 0 101101 10010 1001 101000011 1000110 1000110

Color Harmonies of #E87FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87FBF

Black with #E87FBF

Text Example


Text Example

White with #E87FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87FBF; }

 p { color: rgb(232,127,191); }

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

background-color css

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

 a { background-color: rgb(232,127,191); }

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

border-color css

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

 span { border-color: rgb(232,127,191); }

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