Html Css Color HEX #E771B8 Persian Pink

📋 copy color: '#E771B8'

red 231 ◦ green 113 ◦ blue 184

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

Shades of Persian Pink #E771B8

Tints of Persian Pink #E771B8

RGB

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

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

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

R = 43.75%
G = 21.4%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E771B8 (or 0xE771B8) is known color: Persian Pink. HEX triplet: E7, 71 and B8. RGB value is (231,113,184). Sum of RGB (Red+Green+Blue) = 231+113+184=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E771B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771B8 is #188E47. Grayscale: #9C9C9C. Windows color (decimal): -1609288 or 12087783. OLE color: 12087783.

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

Color convert

RGB 231 113 184 -
CMYK 0 0.51 0.20 0.09
HSL 323.9º 0.71% 0.67% -
HSV(B) 323.9º 0.51% 0.91% -
XYZ 47.51 32.26 49.07 -
YUV 156.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 231 113 184 0 0.51 0.20 0.09 323.9 0.71 0.67
Hex E7 71 B8 0 33 14 9 144 47 43
Octal 347 161 270 0 63 24 11 504 107 103
Binary 11100111 1110001 10111000 0 110011 10100 1001 101000100 1000111 1000011

Color Harmonies of #E771B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771B8

Black with #E771B8

Text Example


Text Example

White with #E771B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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