Html Css Color HEX #E777B7 Persian Pink

📋 copy color: '#E777B7'

red 231 ◦ green 119 ◦ blue 183

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

Shades of Persian Pink #E777B7

Tints of Persian Pink #E777B7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.33%

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

R = 43.34%
G = 22.33%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E777B7 (or 0xE777B7) is known color: Persian Pink. HEX triplet: E7, 77 and B7. RGB value is (231,119,183). Sum of RGB (Red+Green+Blue) = 231+119+183=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E777B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777B7 is #188848. Grayscale: #9F9F9F. Windows color (decimal): -1607753 or 12023783. OLE color: 12023783.

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

Color convert

RGB 231 119 183 -
CMYK 0 0.48 0.21 0.09
HSL 325.71º 0.7% 0.69% -
HSV(B) 325.71º 0.48% 0.91% -
XYZ 48.1 33.6 48.75 -
YUV 159.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 231 119 183 0 0.48 0.21 0.09 325.71 0.7 0.69
Hex E7 77 B7 0 30 15 9 146 46 45
Octal 347 167 267 0 60 25 11 506 106 105
Binary 11100111 1110111 10110111 0 110000 10101 1001 101000110 1000110 1000101

Color Harmonies of #E777B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777B7

Black with #E777B7

Text Example


Text Example

White with #E777B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777B7; }

 p { color: rgb(231,119,183); }

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

background-color css

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

 a { background-color: rgb(231,119,183); }

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

border-color css

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

 span { border-color: rgb(231,119,183); }

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