Html Css Color HEX #E881BD Persian Pink

📋 copy color: '#E881BD'

red 232 ◦ green 129 ◦ blue 189

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

Shades of Persian Pink #E881BD

Tints of Persian Pink #E881BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.36%

R = 42.18%
G = 23.45%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E881BD (or 0xE881BD) is known color: Persian Pink. HEX triplet: E8, 81 and BD. RGB value is (232,129,189). Sum of RGB (Red+Green+Blue) = 232+129+189=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E881BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881BD is #177E42. Grayscale: #A6A6A6. Windows color (decimal): -1539651 or 12419560. OLE color: 12419560.

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

Color convert

RGB 232 129 189 -
CMYK 0 0.44 0.19 0.09
HSL 325.05º 0.69% 0.71% -
HSV(B) 325.05º 0.44% 0.91% -
XYZ 50.31 36.53 52.54 -
YUV 166.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 232 129 189 0 0.44 0.19 0.09 325.05 0.69 0.71
Hex E8 81 BD 0 2C 13 9 145 45 47
Octal 350 201 275 0 54 23 11 505 105 107
Binary 11101000 10000001 10111101 0 101100 10011 1001 101000101 1000101 1000111

Color Harmonies of #E881BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E881BD

Black with #E881BD

Text Example


Text Example

White with #E881BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E881BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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