Html Css Color HEX #E880BA Persian Pink

📋 copy color: '#E880BA'

red 232 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #E880BA

Tints of Persian Pink #E880BA

RGB

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

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

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

R = 42.49%
G = 23.44%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E880BA (or 0xE880BA) is known color: Persian Pink. HEX triplet: E8, 80 and BA. RGB value is (232,128,186). Sum of RGB (Red+Green+Blue) = 232+128+186=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E880BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880BA is #177F45. Grayscale: #A5A5A5. Windows color (decimal): -1539910 or 12222696. OLE color: 12222696.

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

Color convert

RGB 232 128 186 -
CMYK 0 0.45 0.20 0.09
HSL 326.54º 0.69% 0.71% -
HSV(B) 326.54º 0.45% 0.91% -
XYZ 49.86 36.14 50.8 -
YUV 165.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 232 128 186 0 0.45 0.20 0.09 326.54 0.69 0.71
Hex E8 80 BA 0 2D 14 9 147 45 47
Octal 350 200 272 0 55 24 11 507 105 107
Binary 11101000 10000000 10111010 0 101101 10100 1001 101000111 1000101 1000111

Color Harmonies of #E880BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880BA

Black with #E880BA

Text Example


Text Example

White with #E880BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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