Html Css Color HEX #E776C5 Persian Pink

📋 copy color: '#E776C5'

red 231 ◦ green 118 ◦ blue 197

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

Shades of Persian Pink #E776C5

Tints of Persian Pink #E776C5

RGB

 RED value IS 231 (90.63% from 255) = 42.31%

 GREEN value IS 118 (46.48% from 255) = 21.61%

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

R = 42.31%
G = 21.61%
B = 36.08%

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

#E776C5 (or 0xE776C5) is known color: Persian Pink. HEX triplet: E7, 76 and C5. RGB value is (231,118,197). Sum of RGB (Red+Green+Blue) = 231+118+197=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E776C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776C5 is #18893A. Grayscale: #A0A0A0. Windows color (decimal): -1607995 or 12941031. OLE color: 12941031.

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

Color convert

RGB 231 118 197 -
CMYK 0 0.49 0.15 0.09
HSL 318.05º 0.7% 0.68% -
HSV(B) 318.05º 0.49% 0.91% -
XYZ 49.51 33.98 56.77 -
YUV 160.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 231 118 197 0 0.49 0.15 0.09 318.05 0.7 0.68
Hex E7 76 C5 0 31 F 9 13E 46 44
Octal 347 166 305 0 61 17 11 476 106 104
Binary 11100111 1110110 11000101 0 110001 1111 1001 100111110 1000110 1000100

Color Harmonies of #E776C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776C5

Black with #E776C5

Text Example


Text Example

White with #E776C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776C5; }

 p { color: rgb(231,118,197); }

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

background-color css

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

 a { background-color: rgb(231,118,197); }

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

border-color css

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

 span { border-color: rgb(231,118,197); }

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