Html Css Color HEX #E976C2 Persian Pink

📋 copy color: '#E976C2'

red 233 ◦ green 118 ◦ blue 194

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

Shades of Persian Pink #E976C2

Tints of Persian Pink #E976C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 42.75%
G = 21.65%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E976C2 (or 0xE976C2) is known color: Persian Pink. HEX triplet: E9, 76 and C2. RGB value is (233,118,194). Sum of RGB (Red+Green+Blue) = 233+118+194=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E976C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976C2 is #16893D. Grayscale: #A0A0A0. Windows color (decimal): -1476926 or 12744425. OLE color: 12744425.

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

Color convert

RGB 233 118 194 -
CMYK 0 0.49 0.17 0.09
HSL 320.35º 0.72% 0.69% -
HSV(B) 320.35º 0.49% 0.91% -
XYZ 49.82 34.18 55.01 -
YUV 161.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 233 118 194 0 0.49 0.17 0.09 320.35 0.72 0.69
Hex E9 76 C2 0 31 11 9 140 48 45
Octal 351 166 302 0 61 21 11 500 110 105
Binary 11101001 1110110 11000010 0 110001 10001 1001 101000000 1001000 1000101

Color Harmonies of #E976C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976C2

Black with #E976C2

Text Example


Text Example

White with #E976C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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