Html Css Color HEX #E881BA Persian Pink

📋 copy color: '#E881BA'

red 232 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #E881BA

Tints of Persian Pink #E881BA

RGB

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

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

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

R = 42.41%
G = 23.58%
B = 34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E881BA (or 0xE881BA) is known color: Persian Pink. HEX triplet: E8, 81 and BA. RGB value is (232,129,186). Sum of RGB (Red+Green+Blue) = 232+129+186=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E881BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881BA is #177E45. Grayscale: #A6A6A6. Windows color (decimal): -1539654 or 12222952. OLE color: 12222952.

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

Color convert

RGB 232 129 186 -
CMYK 0 0.44 0.20 0.09
HSL 326.8º 0.69% 0.71% -
HSV(B) 326.8º 0.44% 0.91% -
XYZ 49.99 36.4 50.85 -
YUV 166.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 232 129 186 0 0.44 0.20 0.09 326.8 0.69 0.71
Hex E8 81 BA 0 2C 14 9 147 45 47
Octal 350 201 272 0 54 24 11 507 105 107
Binary 11101000 10000001 10111010 0 101100 10100 1001 101000111 1000101 1000111

Color Harmonies of #E881BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E881BA

Black with #E881BA

Text Example


Text Example

White with #E881BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E881BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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