Html Css Color HEX #E976BE Persian Pink

📋 copy color: '#E976BE'

red 233 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #E976BE

Tints of Persian Pink #E976BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 43.07%
G = 21.81%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E976BE (or 0xE976BE) is known color: Persian Pink. HEX triplet: E9, 76 and BE. RGB value is (233,118,190). Sum of RGB (Red+Green+Blue) = 233+118+190=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E976BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976BE is #168941. Grayscale: #A0A0A0. Windows color (decimal): -1476930 or 12482281. OLE color: 12482281.

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

Color convert

RGB 233 118 190 -
CMYK 0 0.49 0.18 0.09
HSL 322.43º 0.72% 0.69% -
HSV(B) 322.43º 0.49% 0.91% -
XYZ 49.38 34 52.68 -
YUV 160.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 233 118 190 0 0.49 0.18 0.09 322.43 0.72 0.69
Hex E9 76 BE 0 31 12 9 142 48 45
Octal 351 166 276 0 61 22 11 502 110 105
Binary 11101001 1110110 10111110 0 110001 10010 1001 101000010 1001000 1000101

Color Harmonies of #E976BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976BE

Black with #E976BE

Text Example


Text Example

White with #E976BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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