Html Css Color HEX #E979B2 Persian Pink

📋 copy color: '#E979B2'

red 233 ◦ green 121 ◦ blue 178

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

Shades of Persian Pink #E979B2

Tints of Persian Pink #E979B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 43.8%
G = 22.74%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E979B2 (or 0xE979B2) is known color: Persian Pink. HEX triplet: E9, 79 and B2. RGB value is (233,121,178). Sum of RGB (Red+Green+Blue) = 233+121+178=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E979B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E979B2 is #16864D. Grayscale: #A0A0A0. Windows color (decimal): -1476174 or 11696617. OLE color: 11696617.

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

Color convert

RGB 233 121 178 -
CMYK 0 0.48 0.24 0.09
HSL 329.46º 0.72% 0.69% -
HSV(B) 329.46º 0.48% 0.91% -
XYZ 48.48 34.21 46.17 -
YUV 160.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 233 121 178 0 0.48 0.24 0.09 329.46 0.72 0.69
Hex E9 79 B2 0 30 18 9 149 48 45
Octal 351 171 262 0 60 30 11 511 110 105
Binary 11101001 1111001 10110010 0 110000 11000 1001 101001001 1001000 1000101

Color Harmonies of #E979B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E979B2

Black with #E979B2

Text Example


Text Example

White with #E979B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E979B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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