Html Css Color HEX #E77EC1 Persian Pink

📋 copy color: '#E77EC1'

red 231 ◦ green 126 ◦ blue 193

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

Shades of Persian Pink #E77EC1

Tints of Persian Pink #E77EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.91%

 BLUE value IS 193 (75.78% from 255) = 35.09%

R = 42%
G = 22.91%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E77EC1 (or 0xE77EC1) is known color: Persian Pink. HEX triplet: E7, 7E and C1. RGB value is (231,126,193). Sum of RGB (Red+Green+Blue) = 231+126+193=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E77EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77EC1 is #18813E. Grayscale: #A4A4A4. Windows color (decimal): -1605951 or 12680935. OLE color: 12680935.

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

Color convert

RGB 231 126 193 -
CMYK 0 0.45 0.16 0.09
HSL 321.71º 0.69% 0.7% -
HSV(B) 321.71º 0.45% 0.91% -
XYZ 50.04 35.76 54.72 -
YUV 165.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 231 126 193 0 0.45 0.16 0.09 321.71 0.69 0.7
Hex E7 7E C1 0 2D 10 9 142 45 46
Octal 347 176 301 0 55 20 11 502 105 106
Binary 11100111 1111110 11000001 0 101101 10000 1001 101000010 1000101 1000110

Color Harmonies of #E77EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77EC1

Black with #E77EC1

Text Example


Text Example

White with #E77EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77EC1; }

 p { color: rgb(231,126,193); }

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

background-color css

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

 a { background-color: rgb(231,126,193); }

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

border-color css

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

 span { border-color: rgb(231,126,193); }

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