Html Css Color HEX #E977BE Persian Pink

📋 copy color: '#E977BE'

red 233 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #E977BE

Tints of Persian Pink #E977BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.96%

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

R = 42.99%
G = 21.96%
B = 35.06%

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

#E977BE (or 0xE977BE) is known color: Persian Pink. HEX triplet: E9, 77 and BE. RGB value is (233,119,190). Sum of RGB (Red+Green+Blue) = 233+119+190=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E977BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977BE is #168841. Grayscale: #A1A1A1. Windows color (decimal): -1476674 or 12482537. OLE color: 12482537.

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

Color convert

RGB 233 119 190 -
CMYK 0 0.49 0.18 0.09
HSL 322.63º 0.72% 0.69% -
HSV(B) 322.63º 0.49% 0.91% -
XYZ 49.5 34.23 52.71 -
YUV 161.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 233 119 190 0 0.49 0.18 0.09 322.63 0.72 0.69
Hex E9 77 BE 0 31 12 9 143 48 45
Octal 351 167 276 0 61 22 11 503 110 105
Binary 11101001 1110111 10111110 0 110001 10010 1001 101000011 1001000 1000101

Color Harmonies of #E977BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977BE

Black with #E977BE

Text Example


Text Example

White with #E977BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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