Html Css Color HEX #E777C5 Persian Pink

📋 copy color: '#E777C5'

red 231 ◦ green 119 ◦ blue 197

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

Shades of Persian Pink #E777C5

Tints of Persian Pink #E777C5

RGB

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

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

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

R = 42.23%
G = 21.76%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E777C5 (or 0xE777C5) is known color: Persian Pink. HEX triplet: E7, 77 and C5. RGB value is (231,119,197). Sum of RGB (Red+Green+Blue) = 231+119+197=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E777C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777C5 is #18883A. Grayscale: #A1A1A1. Windows color (decimal): -1607739 or 12941287. OLE color: 12941287.

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

Color convert

RGB 231 119 197 -
CMYK 0 0.48 0.15 0.09
HSL 318.21º 0.7% 0.69% -
HSV(B) 318.21º 0.48% 0.91% -
XYZ 49.63 34.21 56.81 -
YUV 161.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 231 119 197 0 0.48 0.15 0.09 318.21 0.7 0.69
Hex E7 77 C5 0 30 F 9 13E 46 45
Octal 347 167 305 0 60 17 11 476 106 105
Binary 11100111 1110111 11000101 0 110000 1111 1001 100111110 1000110 1000101

Color Harmonies of #E777C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777C5

Black with #E777C5

Text Example


Text Example

White with #E777C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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