Html Css Color HEX #E977AF Persian Pink

📋 copy color: '#E977AF'

red 233 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #E977AF

Tints of Persian Pink #E977AF

RGB

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

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

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

R = 44.21%
G = 22.58%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E977AF (or 0xE977AF) is known color: Persian Pink. HEX triplet: E9, 77 and AF. RGB value is (233,119,175). Sum of RGB (Red+Green+Blue) = 233+119+175=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E977AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E977AF is #168850. Grayscale: #9F9F9F. Windows color (decimal): -1476689 or 11499497. OLE color: 11499497.

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

Color convert

RGB 233 119 175 -
CMYK 0 0.49 0.25 0.09
HSL 330.53º 0.72% 0.69% -
HSV(B) 330.53º 0.49% 0.91% -
XYZ 47.94 33.61 44.52 -
YUV 159.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 233 119 175 0 0.49 0.25 0.09 330.53 0.72 0.69
Hex E9 77 AF 0 31 19 9 14B 48 45
Octal 351 167 257 0 61 31 11 513 110 105
Binary 11101001 1110111 10101111 0 110001 11001 1001 101001011 1001000 1000101

Color Harmonies of #E977AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977AF

Black with #E977AF

Text Example


Text Example

White with #E977AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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