Html Css Color HEX #E870BA Persian Pink

📋 copy color: '#E870BA'

red 232 ◦ green 112 ◦ blue 186

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

Shades of Persian Pink #E870BA

Tints of Persian Pink #E870BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.13%

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

R = 43.77%
G = 21.13%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E870BA (or 0xE870BA) is known color: Persian Pink. HEX triplet: E8, 70 and BA. RGB value is (232,112,186). Sum of RGB (Red+Green+Blue) = 232+112+186=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E870BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E870BA is #178F45. Grayscale: #9C9C9C. Windows color (decimal): -1544006 or 12218600. OLE color: 12218600.

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

Color convert

RGB 232 112 186 -
CMYK 0 0.52 0.20 0.09
HSL 323º 0.72% 0.67% -
HSV(B) 323º 0.52% 0.91% -
XYZ 47.94 32.29 50.16 -
YUV 156.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 232 112 186 0 0.52 0.20 0.09 323 0.72 0.67
Hex E8 70 BA 0 34 14 9 143 48 43
Octal 350 160 272 0 64 24 11 503 110 103
Binary 11101000 1110000 10111010 0 110100 10100 1001 101000011 1001000 1000011

Color Harmonies of #E870BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E870BA

Black with #E870BA

Text Example


Text Example

White with #E870BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E870BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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