Html Css Color HEX #E875B9 Persian Pink

📋 copy color: '#E875B9'

red 232 ◦ green 117 ◦ blue 185

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

Shades of Persian Pink #E875B9

Tints of Persian Pink #E875B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.64%

R = 43.45%
G = 21.91%
B = 34.64%

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

#E875B9 (or 0xE875B9) is known color: Persian Pink. HEX triplet: E8, 75 and B9. RGB value is (232,117,185). Sum of RGB (Red+Green+Blue) = 232+117+185=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E875B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875B9 is #178A46. Grayscale: #9E9E9E. Windows color (decimal): -1542727 or 12154344. OLE color: 12154344.

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

Color convert

RGB 232 117 185 -
CMYK 0 0.50 0.20 0.09
HSL 324.52º 0.71% 0.68% -
HSV(B) 324.52º 0.5% 0.91% -
XYZ 48.4 33.38 49.79 -
YUV 159.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 232 117 185 0 0.50 0.20 0.09 324.52 0.71 0.68
Hex E8 75 B9 0 32 14 9 145 47 44
Octal 350 165 271 0 62 24 11 505 107 104
Binary 11101000 1110101 10111001 0 110010 10100 1001 101000101 1000111 1000100

Color Harmonies of #E875B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875B9

Black with #E875B9

Text Example


Text Example

White with #E875B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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