Html Css Color HEX #E87ABA Persian Pink

📋 copy color: '#E87ABA'

red 232 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #E87ABA

Tints of Persian Pink #E87ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.44%

R = 42.96%
G = 22.59%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E87ABA (or 0xE87ABA) is known color: Persian Pink. HEX triplet: E8, 7A and BA. RGB value is (232,122,186). Sum of RGB (Red+Green+Blue) = 232+122+186=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ABA is #178545. Grayscale: #A2A2A2. Windows color (decimal): -1541446 or 12221160. OLE color: 12221160.

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

Color convert

RGB 232 122 186 -
CMYK 0 0.47 0.20 0.09
HSL 325.09º 0.71% 0.69% -
HSV(B) 325.09º 0.47% 0.91% -
XYZ 49.1 34.62 50.55 -
YUV 162.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 232 122 186 0 0.47 0.20 0.09 325.09 0.71 0.69
Hex E8 7A BA 0 2F 14 9 145 47 45
Octal 350 172 272 0 57 24 11 505 107 105
Binary 11101000 1111010 10111010 0 101111 10100 1001 101000101 1000111 1000101

Color Harmonies of #E87ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87ABA

Black with #E87ABA

Text Example


Text Example

White with #E87ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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