Html Css Color HEX #E880BB Persian Pink

📋 copy color: '#E880BB'

red 232 ◦ green 128 ◦ blue 187

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

Shades of Persian Pink #E880BB

Tints of Persian Pink #E880BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 42.41%
G = 23.4%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E880BB (or 0xE880BB) is known color: Persian Pink. HEX triplet: E8, 80 and BB. RGB value is (232,128,187). Sum of RGB (Red+Green+Blue) = 232+128+187=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E880BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880BB is #177F44. Grayscale: #A5A5A5. Windows color (decimal): -1539909 or 12288232. OLE color: 12288232.

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

Color convert

RGB 232 128 187 -
CMYK 0 0.45 0.19 0.09
HSL 325.96º 0.69% 0.71% -
HSV(B) 325.96º 0.45% 0.91% -
XYZ 49.97 36.18 51.36 -
YUV 165.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 232 128 187 0 0.45 0.19 0.09 325.96 0.69 0.71
Hex E8 80 BB 0 2D 13 9 146 45 47
Octal 350 200 273 0 55 23 11 506 105 107
Binary 11101000 10000000 10111011 0 101101 10011 1001 101000110 1000101 1000111

Color Harmonies of #E880BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880BB

Black with #E880BB

Text Example


Text Example

White with #E880BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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