Html Css Color HEX #E77EAF Persian Pink

📋 copy color: '#E77EAF'

red 231 ◦ green 126 ◦ blue 175

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

Shades of Persian Pink #E77EAF

Tints of Persian Pink #E77EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.89%

R = 43.42%
G = 23.68%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E77EAF (or 0xE77EAF) is known color: Persian Pink. HEX triplet: E7, 7E and AF. RGB value is (231,126,175). Sum of RGB (Red+Green+Blue) = 231+126+175=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E77EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77EAF is #188150. Grayscale: #A2A2A2. Windows color (decimal): -1605969 or 11501287. OLE color: 11501287.

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

Color convert

RGB 231 126 175 -
CMYK 0 0.45 0.24 0.09
HSL 332º 0.69% 0.7% -
HSV(B) 332º 0.45% 0.91% -
XYZ 48.15 35.01 44.78 -
YUV 162.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 231 126 175 0 0.45 0.24 0.09 332 0.69 0.7
Hex E7 7E AF 0 2D 18 9 14C 45 46
Octal 347 176 257 0 55 30 11 514 105 106
Binary 11100111 1111110 10101111 0 101101 11000 1001 101001100 1000101 1000110

Color Harmonies of #E77EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77EAF

Black with #E77EAF

Text Example


Text Example

White with #E77EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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