Html Css Color HEX #E977B9 Persian Pink

📋 copy color: '#E977B9'

red 233 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #E977B9

Tints of Persian Pink #E977B9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.16%

 BLUE value IS 185 (72.66% from 255) = 34.45%

R = 43.39%
G = 22.16%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E977B9 (or 0xE977B9) is known color: Persian Pink. HEX triplet: E9, 77 and B9. RGB value is (233,119,185). Sum of RGB (Red+Green+Blue) = 233+119+185=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E977B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977B9 is #168846. Grayscale: #A0A0A0. Windows color (decimal): -1476679 or 12154857. OLE color: 12154857.

HSL color Cylindrical-coordinate representation of color #E977B9: hue angle of 325.26º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E977B9 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 119 185 -
CMYK 0 0.49 0.21 0.09
HSL 325.26º 0.72% 0.69% -
HSV(B) 325.26º 0.49% 0.91% -
XYZ 48.96 34.02 49.89 -
YUV 160.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 233 119 185 0 0.49 0.21 0.09 325.26 0.72 0.69
Hex E9 77 B9 0 31 15 9 145 48 45
Octal 351 167 271 0 61 25 11 505 110 105
Binary 11101001 1110111 10111001 0 110001 10101 1001 101000101 1001000 1000101

Color Harmonies of #E977B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977B9

Black with #E977B9

Text Example


Text Example

White with #E977B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977B9; }

 p { color: rgb(233,119,185); }

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

background-color css

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

 a { background-color: rgb(233,119,185); }

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

border-color css

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

 span { border-color: rgb(233,119,185); }

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