Html Css Color HEX #E773BB Persian Pink

📋 copy color: '#E773BB'

red 231 ◦ green 115 ◦ blue 187

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

Shades of Persian Pink #E773BB

Tints of Persian Pink #E773BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 43.34%
G = 21.58%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E773BB (or 0xE773BB) is known color: Persian Pink. HEX triplet: E7, 73 and BB. RGB value is (231,115,187). Sum of RGB (Red+Green+Blue) = 231+115+187=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E773BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773BB is #188C44. Grayscale: #9D9D9D. Windows color (decimal): -1608773 or 12284903. OLE color: 12284903.

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

Color convert

RGB 231 115 187 -
CMYK 0 0.50 0.19 0.09
HSL 322.76º 0.71% 0.68% -
HSV(B) 322.76º 0.5% 0.91% -
XYZ 48.06 32.84 50.82 -
YUV 157.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 231 115 187 0 0.50 0.19 0.09 322.76 0.71 0.68
Hex E7 73 BB 0 32 13 9 143 47 44
Octal 347 163 273 0 62 23 11 503 107 104
Binary 11100111 1110011 10111011 0 110010 10011 1001 101000011 1000111 1000100

Color Harmonies of #E773BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773BB

Black with #E773BB

Text Example


Text Example

White with #E773BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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