Html Css Color HEX #E976B9 Persian Pink

📋 copy color: '#E976B9'

red 233 ◦ green 118 ◦ blue 185

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

Shades of Persian Pink #E976B9

Tints of Persian Pink #E976B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.51%

R = 43.47%
G = 22.01%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E976B9 (or 0xE976B9) is known color: Persian Pink. HEX triplet: E9, 76 and B9. RGB value is (233,118,185). Sum of RGB (Red+Green+Blue) = 233+118+185=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E976B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976B9 is #168946. Grayscale: #9F9F9F. Windows color (decimal): -1476935 or 12154601. OLE color: 12154601.

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

Color convert

RGB 233 118 185 -
CMYK 0 0.49 0.21 0.09
HSL 325.04º 0.72% 0.69% -
HSV(B) 325.04º 0.49% 0.91% -
XYZ 48.84 33.78 49.85 -
YUV 160.02 142.1 180.05 -
System Red Green Blue C M Y K H S L
Decimal 233 118 185 0 0.49 0.21 0.09 325.04 0.72 0.69
Hex E9 76 B9 0 31 15 9 145 48 45
Octal 351 166 271 0 61 25 11 505 110 105
Binary 11101001 1110110 10111001 0 110001 10101 1001 101000101 1001000 1000101

Color Harmonies of #E976B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976B9

Black with #E976B9

Text Example


Text Example

White with #E976B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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