Html Css Color HEX #E777BB Persian Pink

📋 copy color: '#E777BB'

red 231 ◦ green 119 ◦ blue 187

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

Shades of Persian Pink #E777BB

Tints of Persian Pink #E777BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.82%

R = 43.02%
G = 22.16%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E777BB (or 0xE777BB) is known color: Persian Pink. HEX triplet: E7, 77 and BB. RGB value is (231,119,187). Sum of RGB (Red+Green+Blue) = 231+119+187=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E777BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777BB is #188844. Grayscale: #A0A0A0. Windows color (decimal): -1607749 or 12285927. OLE color: 12285927.

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

Color convert

RGB 231 119 187 -
CMYK 0 0.48 0.19 0.09
HSL 323.57º 0.7% 0.69% -
HSV(B) 323.57º 0.48% 0.91% -
XYZ 48.52 33.77 50.97 -
YUV 160.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 231 119 187 0 0.48 0.19 0.09 323.57 0.7 0.69
Hex E7 77 BB 0 30 13 9 144 46 45
Octal 347 167 273 0 60 23 11 504 106 105
Binary 11100111 1110111 10111011 0 110000 10011 1001 101000100 1000110 1000101

Color Harmonies of #E777BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777BB

Black with #E777BB

Text Example


Text Example

White with #E777BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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