Html Css Color HEX #E977C2 Persian Pink

📋 copy color: '#E977C2'

red 233 ◦ green 119 ◦ blue 194

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

Shades of Persian Pink #E977C2

Tints of Persian Pink #E977C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.53%

R = 42.67%
G = 21.79%
B = 35.53%

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

#E977C2 (or 0xE977C2) is known color: Persian Pink. HEX triplet: E9, 77 and C2. RGB value is (233,119,194). Sum of RGB (Red+Green+Blue) = 233+119+194=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E977C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977C2 is #16883D. Grayscale: #A1A1A1. Windows color (decimal): -1476670 or 12744681. OLE color: 12744681.

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

Color convert

RGB 233 119 194 -
CMYK 0 0.49 0.17 0.09
HSL 320.53º 0.72% 0.69% -
HSV(B) 320.53º 0.49% 0.91% -
XYZ 49.94 34.41 55.05 -
YUV 161.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 233 119 194 0 0.49 0.17 0.09 320.53 0.72 0.69
Hex E9 77 C2 0 31 11 9 141 48 45
Octal 351 167 302 0 61 21 11 501 110 105
Binary 11101001 1110111 11000010 0 110001 10001 1001 101000001 1001000 1000101

Color Harmonies of #E977C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977C2

Black with #E977C2

Text Example


Text Example

White with #E977C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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