Html Css Color HEX #E880BF Persian Pink

📋 copy color: '#E880BF'

red 232 ◦ green 128 ◦ blue 191

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

Shades of Persian Pink #E880BF

Tints of Persian Pink #E880BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.23%

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

R = 42.11%
G = 23.23%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E880BF (or 0xE880BF) is known color: Persian Pink. HEX triplet: E8, 80 and BF. RGB value is (232,128,191). Sum of RGB (Red+Green+Blue) = 232+128+191=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E880BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880BF is #177F40. Grayscale: #A6A6A6. Windows color (decimal): -1539905 or 12550376. OLE color: 12550376.

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

Color convert

RGB 232 128 191 -
CMYK 0 0.45 0.18 0.09
HSL 323.65º 0.69% 0.71% -
HSV(B) 323.65º 0.45% 0.91% -
XYZ 50.4 36.36 53.65 -
YUV 166.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 232 128 191 0 0.45 0.18 0.09 323.65 0.69 0.71
Hex E8 80 BF 0 2D 12 9 144 45 47
Octal 350 200 277 0 55 22 11 504 105 107
Binary 11101000 10000000 10111111 0 101101 10010 1001 101000100 1000101 1000111

Color Harmonies of #E880BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880BF

Black with #E880BF

Text Example


Text Example

White with #E880BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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