Html Css Color HEX #E876BD Persian Pink

📋 copy color: '#E876BD'

red 232 ◦ green 118 ◦ blue 189

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

Shades of Persian Pink #E876BD

Tints of Persian Pink #E876BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.06%

R = 43.04%
G = 21.89%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E876BD (or 0xE876BD) is known color: Persian Pink. HEX triplet: E8, 76 and BD. RGB value is (232,118,189). Sum of RGB (Red+Green+Blue) = 232+118+189=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E876BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876BD is #178942. Grayscale: #A0A0A0. Windows color (decimal): -1542467 or 12416744. OLE color: 12416744.

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

Color convert

RGB 232 118 189 -
CMYK 0 0.49 0.19 0.09
HSL 322.63º 0.71% 0.69% -
HSV(B) 322.63º 0.49% 0.91% -
XYZ 48.94 33.79 52.09 -
YUV 160.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 232 118 189 0 0.49 0.19 0.09 322.63 0.71 0.69
Hex E8 76 BD 0 31 13 9 143 47 45
Octal 350 166 275 0 61 23 11 503 107 105
Binary 11101000 1110110 10111101 0 110001 10011 1001 101000011 1000111 1000101

Color Harmonies of #E876BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876BD

Black with #E876BD

Text Example


Text Example

White with #E876BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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