Html Css Color HEX #E976AD Persian Pink

📋 copy color: '#E976AD'

red 233 ◦ green 118 ◦ blue 173

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

Shades of Persian Pink #E976AD

Tints of Persian Pink #E976AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.52%

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

R = 44.47%
G = 22.52%
B = 33.02%

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

#E976AD (or 0xE976AD) is known color: Persian Pink. HEX triplet: E9, 76 and AD. RGB value is (233,118,173). Sum of RGB (Red+Green+Blue) = 233+118+173=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E976AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E976AD is #168952. Grayscale: #9E9E9E. Windows color (decimal): -1476947 or 11368169. OLE color: 11368169.

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

Color convert

RGB 233 118 173 -
CMYK 0 0.49 0.26 0.09
HSL 331.3º 0.72% 0.69% -
HSV(B) 331.3º 0.49% 0.91% -
XYZ 47.63 33.3 43.45 -
YUV 158.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 233 118 173 0 0.49 0.26 0.09 331.3 0.72 0.69
Hex E9 76 AD 0 31 1A 9 14B 48 45
Octal 351 166 255 0 61 32 11 513 110 105
Binary 11101001 1110110 10101101 0 110001 11010 1001 101001011 1001000 1000101

Color Harmonies of #E976AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976AD

Black with #E976AD

Text Example


Text Example

White with #E976AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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