Html Css Color HEX #E87FB0 Persian Pink

📋 copy color: '#E87FB0'

red 232 ◦ green 127 ◦ blue 176

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

Shades of Persian Pink #E87FB0

Tints of Persian Pink #E87FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.9%

R = 43.36%
G = 23.74%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E87FB0 (or 0xE87FB0) is known color: Persian Pink. HEX triplet: E8, 7F and B0. RGB value is (232,127,176). Sum of RGB (Red+Green+Blue) = 232+127+176=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87FB0 is #17804F. Grayscale: #A3A3A3. Windows color (decimal): -1540176 or 11567080. OLE color: 11567080.

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

Color convert

RGB 232 127 176 -
CMYK 0 0.45 0.24 0.09
HSL 332º 0.7% 0.7% -
HSV(B) 332º 0.45% 0.91% -
XYZ 48.7 35.47 45.35 -
YUV 163.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 232 127 176 0 0.45 0.24 0.09 332 0.7 0.7
Hex E8 7F B0 0 2D 18 9 14C 46 46
Octal 350 177 260 0 55 30 11 514 106 106
Binary 11101000 1111111 10110000 0 101101 11000 1001 101001100 1000110 1000110

Color Harmonies of #E87FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87FB0

Black with #E87FB0

Text Example


Text Example

White with #E87FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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