Html Css Color HEX #E773BE Persian Pink

📋 copy color: '#E773BE'

red 231 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #E773BE

Tints of Persian Pink #E773BE

RGB

 RED value IS 231 (90.63% from 255) = 43.1%

 GREEN value IS 115 (45.31% from 255) = 21.46%

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

R = 43.1%
G = 21.46%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E773BE (or 0xE773BE) is known color: Persian Pink. HEX triplet: E7, 73 and BE. RGB value is (231,115,190). Sum of RGB (Red+Green+Blue) = 231+115+190=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E773BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773BE is #188C41. Grayscale: #9E9E9E. Windows color (decimal): -1608770 or 12481511. OLE color: 12481511.

HSL color Cylindrical-coordinate representation of color #E773BE: hue angle of 321.21º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E773BE is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 115 190 -
CMYK 0 0.50 0.18 0.09
HSL 321.21º 0.71% 0.68% -
HSV(B) 321.21º 0.5% 0.91% -
XYZ 48.38 32.97 52.53 -
YUV 158.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 231 115 190 0 0.50 0.18 0.09 321.21 0.71 0.68
Hex E7 73 BE 0 32 12 9 141 47 44
Octal 347 163 276 0 62 22 11 501 107 104
Binary 11100111 1110011 10111110 0 110010 10010 1001 101000001 1000111 1000100

Color Harmonies of #E773BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773BE

Black with #E773BE

Text Example


Text Example

White with #E773BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773BE; }

 p { color: rgb(231,115,190); }

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

background-color css

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

 a { background-color: rgb(231,115,190); }

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

border-color css

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

 span { border-color: rgb(231,115,190); }

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