Html Css Color HEX #E87AC1 Persian Pink

📋 copy color: '#E87AC1'

red 232 ◦ green 122 ◦ blue 193

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

Shades of Persian Pink #E87AC1

Tints of Persian Pink #E87AC1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.3%

 BLUE value IS 193 (75.78% from 255) = 35.28%

R = 42.41%
G = 22.3%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E87AC1 (or 0xE87AC1) is known color: Persian Pink. HEX triplet: E8, 7A and C1. RGB value is (232,122,193). Sum of RGB (Red+Green+Blue) = 232+122+193=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E87AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87AC1 is #17853E. Grayscale: #A2A2A2. Windows color (decimal): -1541439 or 12679912. OLE color: 12679912.

HSL color Cylindrical-coordinate representation of color #E87AC1: hue angle of 321.27º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87AC1 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 122 193 -
CMYK 0 0.47 0.17 0.09
HSL 321.27º 0.71% 0.69% -
HSV(B) 321.27º 0.47% 0.91% -
XYZ 49.86 34.93 54.57 -
YUV 162.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 232 122 193 0 0.47 0.17 0.09 321.27 0.71 0.69
Hex E8 7A C1 0 2F 11 9 141 47 45
Octal 350 172 301 0 57 21 11 501 107 105
Binary 11101000 1111010 11000001 0 101111 10001 1001 101000001 1000111 1000101

Color Harmonies of #E87AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87AC1

Black with #E87AC1

Text Example


Text Example

White with #E87AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87AC1; }

 p { color: rgb(232,122,193); }

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

background-color css

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

 a { background-color: rgb(232,122,193); }

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

border-color css

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

 span { border-color: rgb(232,122,193); }

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