#E771BE

Color #E771BE Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E771BE

Tints of Persian Pink #E771BE

Color information

#E771BE (or 0xE771BE) is unknown color: approx Persian Pink. HEX triplet: E7, 71 and BE. RGB value is (231,113,190). Sum of RGB (Red+Green+Blue) = 231+113+190=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E771BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771BE is #188E41. Grayscale: #9C9C9C. Windows color (decimal): -1609282 or 12480999. OLE color: 12480999.

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

Color convert

RGB231113190-
CMYK00.510.180.09
HSL320.85º71.08%67.45%-
HSV(B)320.85º51.08%90.59%-
XYZ48.1532.5252.45-
YUV157.06146.59180.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 113 (44.53% from 255) = 21.16%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=43.26%
G=21.16%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111319000.510.180.09320.8571.0867.45
HexE771BE0331291414743
Octal3471612760632211501107103
Binary11100111111000110111110011001110010100110100000110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771BE; }

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

 H1.HeaderClassName
 {
   color: #E771BE;
 }
 .AnyTagClassName
 {
   color: #E771BE;
 }
</style>
background-color css

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

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

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

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

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

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