Html Css Color HEX #E87AB2 Persian Pink

📋 copy color: '#E87AB2'

red 232 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #E87AB2

Tints of Persian Pink #E87AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 43.61%
G = 22.93%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E87AB2 (or 0xE87AB2) is known color: Persian Pink. HEX triplet: E8, 7A and B2. RGB value is (232,122,178). Sum of RGB (Red+Green+Blue) = 232+122+178=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E87AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87AB2 is #17854D. Grayscale: #A1A1A1. Windows color (decimal): -1541454 or 11696872. OLE color: 11696872.

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

Color convert

RGB 232 122 178 -
CMYK 0 0.47 0.23 0.09
HSL 329.45º 0.71% 0.69% -
HSV(B) 329.45º 0.47% 0.91% -
XYZ 48.27 34.29 46.19 -
YUV 161.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 232 122 178 0 0.47 0.23 0.09 329.45 0.71 0.69
Hex E8 7A B2 0 2F 17 9 149 47 45
Octal 350 172 262 0 57 27 11 511 107 105
Binary 11101000 1111010 10110010 0 101111 10111 1001 101001001 1000111 1000101

Color Harmonies of #E87AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87AB2

Black with #E87AB2

Text Example


Text Example

White with #E87AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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