Html Css Color HEX #E876BA Persian Pink

📋 copy color: '#E876BA'

red 232 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #E876BA

Tints of Persian Pink #E876BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.01%

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

R = 43.28%
G = 22.01%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E876BA (or 0xE876BA) is known color: Persian Pink. HEX triplet: E8, 76 and BA. RGB value is (232,118,186). Sum of RGB (Red+Green+Blue) = 232+118+186=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E876BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876BA is #178945. Grayscale: #9F9F9F. Windows color (decimal): -1542470 or 12220136. OLE color: 12220136.

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

Color convert

RGB 232 118 186 -
CMYK 0 0.49 0.20 0.09
HSL 324.21º 0.71% 0.69% -
HSV(B) 324.21º 0.49% 0.91% -
XYZ 48.62 33.66 50.39 -
YUV 159.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 232 118 186 0 0.49 0.20 0.09 324.21 0.71 0.69
Hex E8 76 BA 0 31 14 9 144 47 45
Octal 350 166 272 0 61 24 11 504 107 105
Binary 11101000 1110110 10111010 0 110001 10100 1001 101000100 1000111 1000101

Color Harmonies of #E876BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876BA

Black with #E876BA

Text Example


Text Example

White with #E876BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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