Html Css Color HEX #E77FB9 Persian Pink

📋 copy color: '#E77FB9'

red 231 ◦ green 127 ◦ blue 185

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

Shades of Persian Pink #E77FB9

Tints of Persian Pink #E77FB9

RGB

 RED value IS 231 (90.63% from 255) = 42.54%

 GREEN value IS 127 (50% from 255) = 23.39%

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

R = 42.54%
G = 23.39%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E77FB9 (or 0xE77FB9) is known color: Persian Pink. HEX triplet: E7, 7F and B9. RGB value is (231,127,185). Sum of RGB (Red+Green+Blue) = 231+127+185=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FB9 is #188046. Grayscale: #A4A4A4. Windows color (decimal): -1605703 or 12156903. OLE color: 12156903.

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

Color convert

RGB 231 127 185 -
CMYK 0 0.45 0.20 0.09
HSL 326.54º 0.68% 0.7% -
HSV(B) 326.54º 0.45% 0.91% -
XYZ 49.3 35.67 50.19 -
YUV 164.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 231 127 185 0 0.45 0.20 0.09 326.54 0.68 0.7
Hex E7 7F B9 0 2D 14 9 147 44 46
Octal 347 177 271 0 55 24 11 507 104 106
Binary 11100111 1111111 10111001 0 101101 10100 1001 101000111 1000100 1000110

Color Harmonies of #E77FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77FB9

Black with #E77FB9

Text Example


Text Example

White with #E77FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77FB9; }

 p { color: rgb(231,127,185); }

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

background-color css

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

 a { background-color: rgb(231,127,185); }

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

border-color css

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

 span { border-color: rgb(231,127,185); }

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