Html Css Color HEX #E979AE Persian Pink

📋 copy color: '#E979AE'

red 233 ◦ green 121 ◦ blue 174

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

Shades of Persian Pink #E979AE

Tints of Persian Pink #E979AE

RGB

 RED value IS 233 (91.41% from 255) = 44.13%

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

 BLUE value IS 174 (68.36% from 255) = 32.95%

R = 44.13%
G = 22.92%
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

#E979AE (or 0xE979AE) is known color: Persian Pink. HEX triplet: E9, 79 and AE. RGB value is (233,121,174). Sum of RGB (Red+Green+Blue) = 233+121+174=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E979AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E979AE is #168651. Grayscale: #A0A0A0. Windows color (decimal): -1476178 or 11434473. OLE color: 11434473.

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

Color convert

RGB 233 121 174 -
CMYK 0 0.48 0.25 0.09
HSL 331.61º 0.72% 0.69% -
HSV(B) 331.61º 0.48% 0.91% -
XYZ 48.08 34.05 44.08 -
YUV 160.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 233 121 174 0 0.48 0.25 0.09 331.61 0.72 0.69
Hex E9 79 AE 0 30 19 9 14C 48 45
Octal 351 171 256 0 60 31 11 514 110 105
Binary 11101001 1111001 10101110 0 110000 11001 1001 101001100 1001000 1000101

Color Harmonies of #E979AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E979AE

Black with #E979AE

Text Example


Text Example

White with #E979AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E979AE; }

 p { color: rgb(233,121,174); }

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

background-color css

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

 a { background-color: rgb(233,121,174); }

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

border-color css

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

 span { border-color: rgb(233,121,174); }

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