Html Css Color HEX #E87FBA Persian Pink

📋 copy color: '#E87FBA'

red 232 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #E87FBA

Tints of Persian Pink #E87FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.13%

R = 42.57%
G = 23.3%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E87FBA (or 0xE87FBA) is known color: Persian Pink. HEX triplet: E8, 7F and BA. RGB value is (232,127,186). Sum of RGB (Red+Green+Blue) = 232+127+186=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FBA is #178045. Grayscale: #A4A4A4. Windows color (decimal): -1540166 or 12222440. OLE color: 12222440.

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

Color convert

RGB 232 127 186 -
CMYK 0 0.45 0.20 0.09
HSL 326.29º 0.7% 0.7% -
HSV(B) 326.29º 0.45% 0.91% -
XYZ 49.73 35.88 50.76 -
YUV 165.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 232 127 186 0 0.45 0.20 0.09 326.29 0.7 0.7
Hex E8 7F BA 0 2D 14 9 146 46 46
Octal 350 177 272 0 55 24 11 506 106 106
Binary 11101000 1111111 10111010 0 101101 10100 1001 101000110 1000110 1000110

Color Harmonies of #E87FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87FBA

Black with #E87FBA

Text Example


Text Example

White with #E87FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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