Html Css Color HEX #E779BF Persian Pink

📋 copy color: '#E779BF'

red 231 ◦ green 121 ◦ blue 191

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

Shades of Persian Pink #E779BF

Tints of Persian Pink #E779BF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.28%

 BLUE value IS 191 (75% from 255) = 35.17%

R = 42.54%
G = 22.28%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E779BF (or 0xE779BF) is known color: Persian Pink. HEX triplet: E7, 79 and BF. RGB value is (231,121,191). Sum of RGB (Red+Green+Blue) = 231+121+191=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E779BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E779BF is #188640. Grayscale: #A1A1A1. Windows color (decimal): -1607233 or 12548583. OLE color: 12548583.

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

Color convert

RGB 231 121 191 -
CMYK 0 0.48 0.17 0.09
HSL 321.82º 0.7% 0.69% -
HSV(B) 321.82º 0.48% 0.91% -
XYZ 49.2 34.43 53.34 -
YUV 161.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 231 121 191 0 0.48 0.17 0.09 321.82 0.7 0.69
Hex E7 79 BF 0 30 11 9 142 46 45
Octal 347 171 277 0 60 21 11 502 106 105
Binary 11100111 1111001 10111111 0 110000 10001 1001 101000010 1000110 1000101

Color Harmonies of #E779BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E779BF

Black with #E779BF

Text Example


Text Example

White with #E779BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E779BF; }

 p { color: rgb(231,121,191); }

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

background-color css

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

 a { background-color: rgb(231,121,191); }

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

border-color css

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

 span { border-color: rgb(231,121,191); }

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