#E786B4

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

Shades of Persian Pink #E786B4

Tints of Persian Pink #E786B4

Color information

#E786B4 (or 0xE786B4) is unknown color: approx Persian Pink. HEX triplet: E7, 86 and B4. RGB value is (231,134,180). Sum of RGB (Red+Green+Blue) = 231+134+180=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E786B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786B4 is #18794B. Grayscale: #A8A8A8. Windows color (decimal): -1603916 or 11831015. OLE color: 11831015.

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

Color convert

RGB231134180-
CMYK00.420.220.09
HSL331.55º66.9%71.57%-
HSV(B)331.55º41.99%90.59%-
XYZ49.7237.3347.77-
YUV168.25134.64172.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 134 (52.73% from 255) = 24.59%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=42.39%
G=24.59%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113418000.420.220.09331.5566.971.57
HexE786B402A16914c4348
Octal3472062640522611514103110
Binary111001111000011010110100010101010110100110100110010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786B4; }

 p { color: rgb(231,134,180); }

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

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

 a { background-color: rgb(231,134,180); }

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

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

 span { border-color: rgb(231,134,180); }

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