Html Css Color HEX #E779AD Persian Pink

📋 copy color: '#E779AD'

red 231 ◦ green 121 ◦ blue 173

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

Shades of Persian Pink #E779AD

Tints of Persian Pink #E779AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 44%
G = 23.05%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E779AD (or 0xE779AD) is known color: Persian Pink. HEX triplet: E7, 79 and AD. RGB value is (231,121,173). Sum of RGB (Red+Green+Blue) = 231+121+173=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E779AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E779AD is #188652. Grayscale: #9F9F9F. Windows color (decimal): -1607251 or 11368935. OLE color: 11368935.

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

Color convert

RGB 231 121 173 -
CMYK 0 0.48 0.25 0.09
HSL 331.64º 0.7% 0.69% -
HSV(B) 331.64º 0.48% 0.91% -
XYZ 47.34 33.68 43.54 -
YUV 159.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 231 121 173 0 0.48 0.25 0.09 331.64 0.7 0.69
Hex E7 79 AD 0 30 19 9 14C 46 45
Octal 347 171 255 0 60 31 11 514 106 105
Binary 11100111 1111001 10101101 0 110000 11001 1001 101001100 1000110 1000101

Color Harmonies of #E779AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E779AD

Black with #E779AD

Text Example


Text Example

White with #E779AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E779AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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