Html Css Color HEX #E977C5 Persian Pink

📋 copy color: '#E977C5'

red 233 ◦ green 119 ◦ blue 197

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

Shades of Persian Pink #E977C5

Tints of Persian Pink #E977C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.88%

R = 42.44%
G = 21.68%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E977C5 (or 0xE977C5) is known color: Persian Pink. HEX triplet: E9, 77 and C5. RGB value is (233,119,197). Sum of RGB (Red+Green+Blue) = 233+119+197=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E977C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977C5 is #16883A. Grayscale: #A1A1A1. Windows color (decimal): -1476667 or 12941289. OLE color: 12941289.

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

Color convert

RGB 233 119 197 -
CMYK 0 0.49 0.15 0.09
HSL 318.95º 0.72% 0.69% -
HSV(B) 318.95º 0.49% 0.91% -
XYZ 50.28 34.55 56.84 -
YUV 161.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 233 119 197 0 0.49 0.15 0.09 318.95 0.72 0.69
Hex E9 77 C5 0 31 F 9 13F 48 45
Octal 351 167 305 0 61 17 11 477 110 105
Binary 11101001 1110111 11000101 0 110001 1111 1001 100111111 1001000 1000101

Color Harmonies of #E977C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977C5

Black with #E977C5

Text Example


Text Example

White with #E977C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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