Html Css Color HEX #E773B2 Persian Pink

📋 copy color: '#E773B2'

red 231 ◦ green 115 ◦ blue 178

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

Shades of Persian Pink #E773B2

Tints of Persian Pink #E773B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 44.08%
G = 21.95%
B = 33.97%

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

#E773B2 (or 0xE773B2) is known color: Persian Pink. HEX triplet: E7, 73 and B2. RGB value is (231,115,178). Sum of RGB (Red+Green+Blue) = 231+115+178=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E773B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E773B2 is #188C4D. Grayscale: #9C9C9C. Windows color (decimal): -1608782 or 11695079. OLE color: 11695079.

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

Color convert

RGB 231 115 178 -
CMYK 0 0.50 0.23 0.09
HSL 327.41º 0.71% 0.68% -
HSV(B) 327.41º 0.5% 0.91% -
XYZ 47.12 32.46 45.9 -
YUV 156.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 231 115 178 0 0.50 0.23 0.09 327.41 0.71 0.68
Hex E7 73 B2 0 32 17 9 147 47 44
Octal 347 163 262 0 62 27 11 507 107 104
Binary 11100111 1110011 10110010 0 110010 10111 1001 101000111 1000111 1000100

Color Harmonies of #E773B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773B2

Black with #E773B2

Text Example


Text Example

White with #E773B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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