Html Css Color HEX #E872BA Persian Pink

📋 copy color: '#E872BA'

red 232 ◦ green 114 ◦ blue 186

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

Shades of Persian Pink #E872BA

Tints of Persian Pink #E872BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.43%

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

R = 43.61%
G = 21.43%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E872BA (or 0xE872BA) is known color: Persian Pink. HEX triplet: E8, 72 and BA. RGB value is (232,114,186). Sum of RGB (Red+Green+Blue) = 232+114+186=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E872BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872BA is #178D45. Grayscale: #9D9D9D. Windows color (decimal): -1543494 or 12219112. OLE color: 12219112.

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

Color convert

RGB 232 114 186 -
CMYK 0 0.51 0.20 0.09
HSL 323.39º 0.72% 0.68% -
HSV(B) 323.39º 0.51% 0.91% -
XYZ 48.16 32.74 50.23 -
YUV 157.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 232 114 186 0 0.51 0.20 0.09 323.39 0.72 0.68
Hex E8 72 BA 0 33 14 9 143 48 44
Octal 350 162 272 0 63 24 11 503 110 104
Binary 11101000 1110010 10111010 0 110011 10100 1001 101000011 1001000 1000100

Color Harmonies of #E872BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E872BA

Black with #E872BA

Text Example


Text Example

White with #E872BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E872BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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