Html Css Color HEX #E871BB Persian Pink

📋 copy color: '#E871BB'

red 232 ◦ green 113 ◦ blue 187

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

Shades of Persian Pink #E871BB

Tints of Persian Pink #E871BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.24%

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

R = 43.61%
G = 21.24%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E871BB (or 0xE871BB) is known color: Persian Pink. HEX triplet: E8, 71 and BB. RGB value is (232,113,187). Sum of RGB (Red+Green+Blue) = 232+113+187=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E871BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871BB is #178E44. Grayscale: #9C9C9C. Windows color (decimal): -1543749 or 12284392. OLE color: 12284392.

HSL color Cylindrical-coordinate representation of color #E871BB: hue angle of 322.69º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871BB is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 113 187 -
CMYK 0 0.51 0.19 0.09
HSL 322.69º 0.72% 0.68% -
HSV(B) 322.69º 0.51% 0.91% -
XYZ 48.15 32.55 50.76 -
YUV 157.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 232 113 187 0 0.51 0.19 0.09 322.69 0.72 0.68
Hex E8 71 BB 0 33 13 9 143 48 44
Octal 350 161 273 0 63 23 11 503 110 104
Binary 11101000 1110001 10111011 0 110011 10011 1001 101000011 1001000 1000100

Color Harmonies of #E871BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E871BB

Black with #E871BB

Text Example


Text Example

White with #E871BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E871BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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