Html Css Color HEX #E976BC Persian Pink

📋 copy color: '#E976BC'

red 233 ◦ green 118 ◦ blue 188

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

Shades of Persian Pink #E976BC

Tints of Persian Pink #E976BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 43.23%
G = 21.89%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E976BC (or 0xE976BC) is known color: Persian Pink. HEX triplet: E9, 76 and BC. RGB value is (233,118,188). Sum of RGB (Red+Green+Blue) = 233+118+188=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E976BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976BC is #168943. Grayscale: #A0A0A0. Windows color (decimal): -1476932 or 12351209. OLE color: 12351209.

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

Color convert

RGB 233 118 188 -
CMYK 0 0.49 0.19 0.09
HSL 323.48º 0.72% 0.69% -
HSV(B) 323.48º 0.49% 0.91% -
XYZ 49.16 33.91 51.53 -
YUV 160.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 233 118 188 0 0.49 0.19 0.09 323.48 0.72 0.69
Hex E9 76 BC 0 31 13 9 143 48 45
Octal 351 166 274 0 61 23 11 503 110 105
Binary 11101001 1110110 10111100 0 110001 10011 1001 101000011 1001000 1000101

Color Harmonies of #E976BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976BC

Black with #E976BC

Text Example


Text Example

White with #E976BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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