Html Css Color HEX #E773B7 Persian Pink

📋 copy color: '#E773B7'

red 231 ◦ green 115 ◦ blue 183

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

Shades of Persian Pink #E773B7

Tints of Persian Pink #E773B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.59%

R = 43.67%
G = 21.74%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E773B7 (or 0xE773B7) is known color: Persian Pink. HEX triplet: E7, 73 and B7. RGB value is (231,115,183). Sum of RGB (Red+Green+Blue) = 231+115+183=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E773B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773B7 is #188C48. Grayscale: #9D9D9D. Windows color (decimal): -1608777 or 12022759. OLE color: 12022759.

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

Color convert

RGB 231 115 183 -
CMYK 0 0.50 0.21 0.09
HSL 324.83º 0.71% 0.68% -
HSV(B) 324.83º 0.5% 0.91% -
XYZ 47.63 32.67 48.6 -
YUV 157.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 231 115 183 0 0.50 0.21 0.09 324.83 0.71 0.68
Hex E7 73 B7 0 32 15 9 145 47 44
Octal 347 163 267 0 62 25 11 505 107 104
Binary 11100111 1110011 10110111 0 110010 10101 1001 101000101 1000111 1000100

Color Harmonies of #E773B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773B7

Black with #E773B7

Text Example


Text Example

White with #E773B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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