Html Css Color HEX #E977AD Persian Pink

📋 copy color: '#E977AD'

red 233 ◦ green 119 ◦ blue 173

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

Shades of Persian Pink #E977AD

Tints of Persian Pink #E977AD

RGB

 RED value IS 233 (91.41% from 255) = 44.38%

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

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

R = 44.38%
G = 22.67%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E977AD (or 0xE977AD) is known color: Persian Pink. HEX triplet: E9, 77 and AD. RGB value is (233,119,173). Sum of RGB (Red+Green+Blue) = 233+119+173=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E977AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E977AD is #168852. Grayscale: #9F9F9F. Windows color (decimal): -1476691 or 11368425. OLE color: 11368425.

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

Color convert

RGB 233 119 173 -
CMYK 0 0.49 0.26 0.09
HSL 331.58º 0.72% 0.69% -
HSV(B) 331.58º 0.49% 0.91% -
XYZ 47.74 33.53 43.49 -
YUV 159.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 233 119 173 0 0.49 0.26 0.09 331.58 0.72 0.69
Hex E9 77 AD 0 31 1A 9 14C 48 45
Octal 351 167 255 0 61 32 11 514 110 105
Binary 11101001 1110111 10101101 0 110001 11010 1001 101001100 1001000 1000101

Color Harmonies of #E977AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977AD

Black with #E977AD

Text Example


Text Example

White with #E977AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977AD; }

 p { color: rgb(233,119,173); }

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

background-color css

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

 a { background-color: rgb(233,119,173); }

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

border-color css

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

 span { border-color: rgb(233,119,173); }

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