Html Css Color HEX #E777BC Persian Pink

📋 copy color: '#E777BC'

red 231 ◦ green 119 ◦ blue 188

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

Shades of Persian Pink #E777BC

Tints of Persian Pink #E777BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 42.94%
G = 22.12%
B = 34.94%

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

#E777BC (or 0xE777BC) is known color: Persian Pink. HEX triplet: E7, 77 and BC. RGB value is (231,119,188). Sum of RGB (Red+Green+Blue) = 231+119+188=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E777BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777BC is #188843. Grayscale: #A0A0A0. Windows color (decimal): -1607748 or 12351463. OLE color: 12351463.

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

Color convert

RGB 231 119 188 -
CMYK 0 0.48 0.19 0.09
HSL 323.04º 0.7% 0.69% -
HSV(B) 323.04º 0.48% 0.91% -
XYZ 48.63 33.81 51.54 -
YUV 160.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 231 119 188 0 0.48 0.19 0.09 323.04 0.7 0.69
Hex E7 77 BC 0 30 13 9 143 46 45
Octal 347 167 274 0 60 23 11 503 106 105
Binary 11100111 1110111 10111100 0 110000 10011 1001 101000011 1000110 1000101

Color Harmonies of #E777BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777BC

Black with #E777BC

Text Example


Text Example

White with #E777BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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