Html Css Color HEX #E87FC0 Persian Pink

📋 copy color: '#E87FC0'

red 232 ◦ green 127 ◦ blue 192

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

Shades of Persian Pink #E87FC0

Tints of Persian Pink #E87FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 42.11%
G = 23.05%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E87FC0 (or 0xE87FC0) is known color: Persian Pink. HEX triplet: E8, 7F and C0. RGB value is (232,127,192). Sum of RGB (Red+Green+Blue) = 232+127+192=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FC0 is #17803F. Grayscale: #A5A5A5. Windows color (decimal): -1540160 or 12615656. OLE color: 12615656.

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

Color convert

RGB 232 127 192 -
CMYK 0 0.45 0.17 0.09
HSL 322.86º 0.7% 0.7% -
HSV(B) 322.86º 0.45% 0.91% -
XYZ 50.38 36.14 54.19 -
YUV 165.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 232 127 192 0 0.45 0.17 0.09 322.86 0.7 0.7
Hex E8 7F C0 0 2D 11 9 143 46 46
Octal 350 177 300 0 55 21 11 503 106 106
Binary 11101000 1111111 11000000 0 101101 10001 1001 101000011 1000110 1000110

Color Harmonies of #E87FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87FC0

Black with #E87FC0

Text Example


Text Example

White with #E87FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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