Html Css Color HEX #E779BC Persian Pink

📋 copy color: '#E779BC'

red 231 ◦ green 121 ◦ blue 188

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

Shades of Persian Pink #E779BC

Tints of Persian Pink #E779BC

RGB

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

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

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

R = 42.78%
G = 22.41%
B = 34.81%

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

#E779BC (or 0xE779BC) is known color: Persian Pink. HEX triplet: E7, 79 and BC. RGB value is (231,121,188). Sum of RGB (Red+Green+Blue) = 231+121+188=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E779BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E779BC is #188643. Grayscale: #A1A1A1. Windows color (decimal): -1607236 or 12351975. OLE color: 12351975.

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

Color convert

RGB 231 121 188 -
CMYK 0 0.48 0.19 0.09
HSL 323.45º 0.7% 0.69% -
HSV(B) 323.45º 0.48% 0.91% -
XYZ 48.87 34.29 51.62 -
YUV 161.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 231 121 188 0 0.48 0.19 0.09 323.45 0.7 0.69
Hex E7 79 BC 0 30 13 9 143 46 45
Octal 347 171 274 0 60 23 11 503 106 105
Binary 11100111 1111001 10111100 0 110000 10011 1001 101000011 1000110 1000101

Color Harmonies of #E779BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E779BC

Black with #E779BC

Text Example


Text Example

White with #E779BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E779BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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