Html Css Color HEX #E881BF Persian Pink

📋 copy color: '#E881BF'

red 232 ◦ green 129 ◦ blue 191

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

Shades of Persian Pink #E881BF

Tints of Persian Pink #E881BF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.37%

 BLUE value IS 191 (75% from 255) = 34.6%

R = 42.03%
G = 23.37%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E881BF (or 0xE881BF) is known color: Persian Pink. HEX triplet: E8, 81 and BF. RGB value is (232,129,191). Sum of RGB (Red+Green+Blue) = 232+129+191=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E881BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881BF is #177E40. Grayscale: #A6A6A6. Windows color (decimal): -1539649 or 12550632. OLE color: 12550632.

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

Color convert

RGB 232 129 191 -
CMYK 0 0.44 0.18 0.09
HSL 323.88º 0.69% 0.71% -
HSV(B) 323.88º 0.44% 0.91% -
XYZ 50.53 36.62 53.69 -
YUV 166.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 232 129 191 0 0.44 0.18 0.09 323.88 0.69 0.71
Hex E8 81 BF 0 2C 12 9 144 45 47
Octal 350 201 277 0 54 22 11 504 105 107
Binary 11101000 10000001 10111111 0 101100 10010 1001 101000100 1000101 1000111

Color Harmonies of #E881BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E881BF

Black with #E881BF

Text Example


Text Example

White with #E881BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E881BF; }

 p { color: rgb(232,129,191); }

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

background-color css

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

 a { background-color: rgb(232,129,191); }

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

border-color css

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

 span { border-color: rgb(232,129,191); }

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