Html Css Color HEX #E773B3 Persian Pink

📋 copy color: '#E773B3'

red 231 ◦ green 115 ◦ blue 179

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

Shades of Persian Pink #E773B3

Tints of Persian Pink #E773B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.1%

R = 44%
G = 21.9%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E773B3 (or 0xE773B3) is known color: Persian Pink. HEX triplet: E7, 73 and B3. RGB value is (231,115,179). Sum of RGB (Red+Green+Blue) = 231+115+179=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E773B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773B3 is #188C4C. Grayscale: #9C9C9C. Windows color (decimal): -1608781 or 11760615. OLE color: 11760615.

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

Color convert

RGB 231 115 179 -
CMYK 0 0.50 0.23 0.09
HSL 326.9º 0.71% 0.68% -
HSV(B) 326.9º 0.5% 0.91% -
XYZ 47.22 32.51 46.43 -
YUV 156.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 231 115 179 0 0.50 0.23 0.09 326.9 0.71 0.68
Hex E7 73 B3 0 32 17 9 147 47 44
Octal 347 163 263 0 62 27 11 507 107 104
Binary 11100111 1110011 10110011 0 110010 10111 1001 101000111 1000111 1000100

Color Harmonies of #E773B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773B3

Black with #E773B3

Text Example


Text Example

White with #E773B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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