Html Css Color HEX #E979BE Persian Pink

📋 copy color: '#E979BE'

red 233 ◦ green 121 ◦ blue 190

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

Shades of Persian Pink #E979BE

Tints of Persian Pink #E979BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 42.83%
G = 22.24%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E979BE (or 0xE979BE) is known color: Persian Pink. HEX triplet: E9, 79 and BE. RGB value is (233,121,190). Sum of RGB (Red+Green+Blue) = 233+121+190=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E979BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979BE is #168641. Grayscale: #A2A2A2. Windows color (decimal): -1476162 or 12483049. OLE color: 12483049.

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

Color convert

RGB 233 121 190 -
CMYK 0 0.48 0.18 0.09
HSL 323.04º 0.72% 0.69% -
HSV(B) 323.04º 0.48% 0.91% -
XYZ 49.74 34.72 52.79 -
YUV 162.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 233 121 190 0 0.48 0.18 0.09 323.04 0.72 0.69
Hex E9 79 BE 0 30 12 9 143 48 45
Octal 351 171 276 0 60 22 11 503 110 105
Binary 11101001 1111001 10111110 0 110000 10010 1001 101000011 1001000 1000101

Color Harmonies of #E979BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E979BE

Black with #E979BE

Text Example


Text Example

White with #E979BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E979BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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