Html Css Color HEX #E977C1 Persian Pink

📋 copy color: '#E977C1'

red 233 ◦ green 119 ◦ blue 193

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

Shades of Persian Pink #E977C1

Tints of Persian Pink #E977C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.41%

R = 42.75%
G = 21.83%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E977C1 (or 0xE977C1) is known color: Persian Pink. HEX triplet: E9, 77 and C1. RGB value is (233,119,193). Sum of RGB (Red+Green+Blue) = 233+119+193=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E977C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977C1 is #16883E. Grayscale: #A1A1A1. Windows color (decimal): -1476671 or 12679145. OLE color: 12679145.

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

Color convert

RGB 233 119 193 -
CMYK 0 0.49 0.17 0.09
HSL 321.05º 0.72% 0.69% -
HSV(B) 321.05º 0.49% 0.91% -
XYZ 49.83 34.37 54.46 -
YUV 161.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 233 119 193 0 0.49 0.17 0.09 321.05 0.72 0.69
Hex E9 77 C1 0 31 11 9 141 48 45
Octal 351 167 301 0 61 21 11 501 110 105
Binary 11101001 1110111 11000001 0 110001 10001 1001 101000001 1001000 1000101

Color Harmonies of #E977C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977C1

Black with #E977C1

Text Example


Text Example

White with #E977C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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