Html Css Color HEX #E976BB Persian Pink

📋 copy color: '#E976BB'

red 233 ◦ green 118 ◦ blue 187

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

Shades of Persian Pink #E976BB

Tints of Persian Pink #E976BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 43.31%
G = 21.93%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E976BB (or 0xE976BB) is known color: Persian Pink. HEX triplet: E9, 76 and BB. RGB value is (233,118,187). Sum of RGB (Red+Green+Blue) = 233+118+187=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E976BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976BB is #168944. Grayscale: #A0A0A0. Windows color (decimal): -1476933 or 12285673. OLE color: 12285673.

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

Color convert

RGB 233 118 187 -
CMYK 0 0.49 0.20 0.09
HSL 324º 0.72% 0.69% -
HSV(B) 324º 0.49% 0.91% -
XYZ 49.05 33.87 50.97 -
YUV 160.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 233 118 187 0 0.49 0.20 0.09 324 0.72 0.69
Hex E9 76 BB 0 31 14 9 144 48 45
Octal 351 166 273 0 61 24 11 504 110 105
Binary 11101001 1110110 10111011 0 110001 10100 1001 101000100 1001000 1000101

Color Harmonies of #E976BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976BB

Black with #E976BB

Text Example


Text Example

White with #E976BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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