Html Css Color HEX #E875B7 Persian Pink

📋 copy color: '#E875B7'

red 232 ◦ green 117 ◦ blue 183

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

Shades of Persian Pink #E875B7

Tints of Persian Pink #E875B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.4%

R = 43.61%
G = 21.99%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E875B7 (or 0xE875B7) is known color: Persian Pink. HEX triplet: E8, 75 and B7. RGB value is (232,117,183). Sum of RGB (Red+Green+Blue) = 232+117+183=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E875B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875B7 is #178A48. Grayscale: #9E9E9E. Windows color (decimal): -1542729 or 12023272. OLE color: 12023272.

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

Color convert

RGB 232 117 183 -
CMYK 0 0.50 0.21 0.09
HSL 325.57º 0.71% 0.68% -
HSV(B) 325.57º 0.5% 0.91% -
XYZ 48.19 33.3 48.69 -
YUV 158.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 232 117 183 0 0.50 0.21 0.09 325.57 0.71 0.68
Hex E8 75 B7 0 32 15 9 146 47 44
Octal 350 165 267 0 62 25 11 506 107 104
Binary 11101000 1110101 10110111 0 110010 10101 1001 101000110 1000111 1000100

Color Harmonies of #E875B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875B7

Black with #E875B7

Text Example


Text Example

White with #E875B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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