Html Css Color HEX #E977C3 Persian Pink

📋 copy color: '#E977C3'

red 233 ◦ green 119 ◦ blue 195

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

Shades of Persian Pink #E977C3

Tints of Persian Pink #E977C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.65%

R = 42.6%
G = 21.76%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E977C3 (or 0xE977C3) is known color: Persian Pink. HEX triplet: E9, 77 and C3. RGB value is (233,119,195). Sum of RGB (Red+Green+Blue) = 233+119+195=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E977C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977C3 is #16883C. Grayscale: #A1A1A1. Windows color (decimal): -1476669 or 12810217. OLE color: 12810217.

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

Color convert

RGB 233 119 195 -
CMYK 0 0.49 0.16 0.09
HSL 320º 0.72% 0.69% -
HSV(B) 320º 0.49% 0.91% -
XYZ 50.05 34.46 55.64 -
YUV 161.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 233 119 195 0 0.49 0.16 0.09 320 0.72 0.69
Hex E9 77 C3 0 31 10 9 140 48 45
Octal 351 167 303 0 61 20 11 500 110 105
Binary 11101001 1110111 11000011 0 110001 10000 1001 101000000 1001000 1000101

Color Harmonies of #E977C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977C3

Black with #E977C3

Text Example


Text Example

White with #E977C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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