Html Css Color HEX #E776B8 Persian Pink

📋 copy color: '#E776B8'

red 231 ◦ green 118 ◦ blue 184

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

Shades of Persian Pink #E776B8

Tints of Persian Pink #E776B8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.14%

 BLUE value IS 184 (72.27% from 255) = 34.52%

R = 43.34%
G = 22.14%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E776B8 (or 0xE776B8) is known color: Persian Pink. HEX triplet: E7, 76 and B8. RGB value is (231,118,184). Sum of RGB (Red+Green+Blue) = 231+118+184=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E776B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776B8 is #188947. Grayscale: #9F9F9F. Windows color (decimal): -1608008 or 12089063. OLE color: 12089063.

HSL color Cylindrical-coordinate representation of color #E776B8: hue angle of 324.96º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776B8 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 118 184 -
CMYK 0 0.49 0.20 0.09
HSL 324.96º 0.7% 0.68% -
HSV(B) 324.96º 0.49% 0.91% -
XYZ 48.09 33.41 49.26 -
YUV 159.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 231 118 184 0 0.49 0.20 0.09 324.96 0.7 0.68
Hex E7 76 B8 0 31 14 9 145 46 44
Octal 347 166 270 0 61 24 11 505 106 104
Binary 11100111 1110110 10111000 0 110001 10100 1001 101000101 1000110 1000100

Color Harmonies of #E776B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776B8

Black with #E776B8

Text Example


Text Example

White with #E776B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776B8; }

 p { color: rgb(231,118,184); }

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

background-color css

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

 a { background-color: rgb(231,118,184); }

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

border-color css

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

 span { border-color: rgb(231,118,184); }

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