Html Css Color HEX #E771BC Persian Pink

📋 copy color: '#E771BC'

red 231 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #E771BC

Tints of Persian Pink #E771BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.24%

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 43.42%
G = 21.24%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E771BC (or 0xE771BC) is known color: Persian Pink. HEX triplet: E7, 71 and BC. RGB value is (231,113,188). Sum of RGB (Red+Green+Blue) = 231+113+188=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E771BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771BC is #188E43. Grayscale: #9C9C9C. Windows color (decimal): -1609284 or 12349927. OLE color: 12349927.

HSL color Cylindrical-coordinate representation of color #E771BC: hue angle of 321.86º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E771BC is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 113 188 -
CMYK 0 0.51 0.19 0.09
HSL 321.86º 0.71% 0.67% -
HSV(B) 321.86º 0.51% 0.91% -
XYZ 47.94 32.43 51.31 -
YUV 156.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 231 113 188 0 0.51 0.19 0.09 321.86 0.71 0.67
Hex E7 71 BC 0 33 13 9 142 47 43
Octal 347 161 274 0 63 23 11 502 107 103
Binary 11100111 1110001 10111100 0 110011 10011 1001 101000010 1000111 1000011

Color Harmonies of #E771BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771BC

Black with #E771BC

Text Example


Text Example

White with #E771BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771BC; }

 p { color: rgb(231,113,188); }

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

background-color css

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

 a { background-color: rgb(231,113,188); }

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

border-color css

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

 span { border-color: rgb(231,113,188); }

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