Html Css Color HEX #E979AF Persian Pink

📋 copy color: '#E979AF'

red 233 ◦ green 121 ◦ blue 175

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

Shades of Persian Pink #E979AF

Tints of Persian Pink #E979AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 44.05%
G = 22.87%
B = 33.08%

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

#E979AF (or 0xE979AF) is known color: Persian Pink. HEX triplet: E9, 79 and AF. RGB value is (233,121,175). Sum of RGB (Red+Green+Blue) = 233+121+175=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E979AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E979AF is #168650. Grayscale: #A0A0A0. Windows color (decimal): -1476177 or 11500009. OLE color: 11500009.

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

Color convert

RGB 233 121 175 -
CMYK 0 0.48 0.25 0.09
HSL 331.07º 0.72% 0.69% -
HSV(B) 331.07º 0.48% 0.91% -
XYZ 48.18 34.09 44.6 -
YUV 160.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 233 121 175 0 0.48 0.25 0.09 331.07 0.72 0.69
Hex E9 79 AF 0 30 19 9 14B 48 45
Octal 351 171 257 0 60 31 11 513 110 105
Binary 11101001 1111001 10101111 0 110000 11001 1001 101001011 1001000 1000101

Color Harmonies of #E979AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E979AF

Black with #E979AF

Text Example


Text Example

White with #E979AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E979AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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