Html Css Color HEX #E87FC2 Persian Pink

📋 copy color: '#E87FC2'

red 232 ◦ green 127 ◦ blue 194

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

Shades of Persian Pink #E87FC2

Tints of Persian Pink #E87FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 41.95%
G = 22.97%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E87FC2 (or 0xE87FC2) is known color: Persian Pink. HEX triplet: E8, 7F and C2. RGB value is (232,127,194). Sum of RGB (Red+Green+Blue) = 232+127+194=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FC2 is #17803D. Grayscale: #A5A5A5. Windows color (decimal): -1540158 or 12746728. OLE color: 12746728.

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

Color convert

RGB 232 127 194 -
CMYK 0 0.45 0.16 0.09
HSL 321.71º 0.7% 0.7% -
HSV(B) 321.71º 0.45% 0.91% -
XYZ 50.61 36.23 55.36 -
YUV 166.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 232 127 194 0 0.45 0.16 0.09 321.71 0.7 0.7
Hex E8 7F C2 0 2D 10 9 142 46 46
Octal 350 177 302 0 55 20 11 502 106 106
Binary 11101000 1111111 11000010 0 101101 10000 1001 101000010 1000110 1000110

Color Harmonies of #E87FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87FC2

Black with #E87FC2

Text Example


Text Example

White with #E87FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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