Html Css Color HEX #E87FBD Persian Pink

📋 copy color: '#E87FBD'

red 232 ◦ green 127 ◦ blue 189

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

Shades of Persian Pink #E87FBD

Tints of Persian Pink #E87FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.49%

R = 42.34%
G = 23.18%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E87FBD (or 0xE87FBD) is known color: Persian Pink. HEX triplet: E8, 7F and BD. RGB value is (232,127,189). Sum of RGB (Red+Green+Blue) = 232+127+189=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FBD is #178042. Grayscale: #A5A5A5. Windows color (decimal): -1540163 or 12419048. OLE color: 12419048.

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

Color convert

RGB 232 127 189 -
CMYK 0 0.45 0.19 0.09
HSL 324.57º 0.7% 0.7% -
HSV(B) 324.57º 0.45% 0.91% -
XYZ 50.05 36.01 52.46 -
YUV 165.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 232 127 189 0 0.45 0.19 0.09 324.57 0.7 0.7
Hex E8 7F BD 0 2D 13 9 145 46 46
Octal 350 177 275 0 55 23 11 505 106 106
Binary 11101000 1111111 10111101 0 101101 10011 1001 101000101 1000110 1000110

Color Harmonies of #E87FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87FBD

Black with #E87FBD

Text Example


Text Example

White with #E87FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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