Html Css Color HEX #E875BA Persian Pink

📋 copy color: '#E875BA'

red 232 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #E875BA

Tints of Persian Pink #E875BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.87%

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

R = 43.36%
G = 21.87%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E875BA (or 0xE875BA) is known color: Persian Pink. HEX triplet: E8, 75 and BA. RGB value is (232,117,186). Sum of RGB (Red+Green+Blue) = 232+117+186=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E875BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875BA is #178A45. Grayscale: #9F9F9F. Windows color (decimal): -1542726 or 12219880. OLE color: 12219880.

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

Color convert

RGB 232 117 186 -
CMYK 0 0.50 0.20 0.09
HSL 324º 0.71% 0.68% -
HSV(B) 324º 0.5% 0.91% -
XYZ 48.5 33.42 50.35 -
YUV 159.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 232 117 186 0 0.50 0.20 0.09 324 0.71 0.68
Hex E8 75 BA 0 32 14 9 144 47 44
Octal 350 165 272 0 62 24 11 504 107 104
Binary 11101000 1110101 10111010 0 110010 10100 1001 101000100 1000111 1000100

Color Harmonies of #E875BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875BA

Black with #E875BA

Text Example


Text Example

White with #E875BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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