#E784BE

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

Shades of Persian Pink #E784BE

Tints of Persian Pink #E784BE

Color information

#E784BE (or 0xE784BE) is unknown color: approx Persian Pink. HEX triplet: E7, 84 and BE. RGB value is (231,132,190). Sum of RGB (Red+Green+Blue) = 231+132+190=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E784BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784BE is #187B41. Grayscale: #A8A8A8. Windows color (decimal): -1604418 or 12485863. OLE color: 12485863.

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

Color convert

RGB231132190-
CMYK00.430.180.09
HSL324.85º67.35%71.18%-
HSV(B)324.85º42.86%90.59%-
XYZ50.537.2153.24-
YUV168.21140.3172.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=41.77%
G=23.87%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113219000.430.180.09324.8567.3571.18
HexE784BE02B1291454347
Octal3472042760532211505103107
Binary111001111000010010111110010101110010100110100010110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E784BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E784BE; }

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

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

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

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

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

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

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

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