Html Css Color HEX #E881BC Persian Pink

📋 copy color: '#E881BC'

red 232 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #E881BC

Tints of Persian Pink #E881BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.24%

R = 42.26%
G = 23.5%
B = 34.24%

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

#E881BC (or 0xE881BC) is known color: Persian Pink. HEX triplet: E8, 81 and BC. RGB value is (232,129,188). Sum of RGB (Red+Green+Blue) = 232+129+188=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E881BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881BC is #177E43. Grayscale: #A6A6A6. Windows color (decimal): -1539652 or 12354024. OLE color: 12354024.

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

Color convert

RGB 232 129 188 -
CMYK 0 0.44 0.19 0.09
HSL 325.63º 0.69% 0.71% -
HSV(B) 325.63º 0.44% 0.91% -
XYZ 50.21 36.49 51.97 -
YUV 166.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 232 129 188 0 0.44 0.19 0.09 325.63 0.69 0.71
Hex E8 81 BC 0 2C 13 9 146 45 47
Octal 350 201 274 0 54 23 11 506 105 107
Binary 11101000 10000001 10111100 0 101100 10011 1001 101000110 1000101 1000111

Color Harmonies of #E881BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E881BC

Black with #E881BC

Text Example


Text Example

White with #E881BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E881BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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