Html Css Color HEX #E777C9 Persian Pink

📋 copy color: '#E777C9'

red 231 ◦ green 119 ◦ blue 201

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

Shades of Persian Pink #E777C9

Tints of Persian Pink #E777C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.48%

R = 41.92%
G = 21.6%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E777C9 (or 0xE777C9) is known color: Persian Pink. HEX triplet: E7, 77 and C9. RGB value is (231,119,201). Sum of RGB (Red+Green+Blue) = 231+119+201=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E777C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777C9 is #188836. Grayscale: #A1A1A1. Windows color (decimal): -1607735 or 13203431. OLE color: 13203431.

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

Color convert

RGB 231 119 201 -
CMYK 0 0.48 0.13 0.09
HSL 316.07º 0.7% 0.69% -
HSV(B) 316.07º 0.48% 0.91% -
XYZ 50.09 34.4 59.26 -
YUV 161.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 231 119 201 0 0.48 0.13 0.09 316.07 0.7 0.69
Hex E7 77 C9 0 30 D 9 13C 46 45
Octal 347 167 311 0 60 15 11 474 106 105
Binary 11100111 1110111 11001001 0 110000 1101 1001 100111100 1000110 1000101

Color Harmonies of #E777C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777C9

Black with #E777C9

Text Example


Text Example

White with #E777C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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