Html Css Color HEX #E77EAD Persian Pink

📋 copy color: '#E77EAD'

red 231 ◦ green 126 ◦ blue 173

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

Shades of Persian Pink #E77EAD

Tints of Persian Pink #E77EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 43.58%
G = 23.77%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E77EAD (or 0xE77EAD) is known color: Persian Pink. HEX triplet: E7, 7E and AD. RGB value is (231,126,173). Sum of RGB (Red+Green+Blue) = 231+126+173=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E77EAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77EAD is #188152. Grayscale: #A2A2A2. Windows color (decimal): -1605971 or 11370215. OLE color: 11370215.

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

Color convert

RGB 231 126 173 -
CMYK 0 0.45 0.25 0.09
HSL 333.14º 0.69% 0.7% -
HSV(B) 333.14º 0.45% 0.91% -
XYZ 47.96 34.93 43.75 -
YUV 162.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 231 126 173 0 0.45 0.25 0.09 333.14 0.69 0.7
Hex E7 7E AD 0 2D 19 9 14D 45 46
Octal 347 176 255 0 55 31 11 515 105 106
Binary 11100111 1111110 10101101 0 101101 11001 1001 101001101 1000101 1000110

Color Harmonies of #E77EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77EAD

Black with #E77EAD

Text Example


Text Example

White with #E77EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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