#E684B9

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

Shades of Persian Pink #E684B9

Tints of Persian Pink #E684B9

Color information

#E684B9 (or 0xE684B9) is unknown color: approx Persian Pink. HEX triplet: E6, 84 and B9. RGB value is (230,132,185). Sum of RGB (Red+Green+Blue) = 230+132+185=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E684B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684B9 is #197B46. Grayscale: #A7A7A7. Windows color (decimal): -1669959 or 12158182. OLE color: 12158182.

HSL color Cylindrical-coordinate representation of color #E684B9: hue angle of 327.55º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E684B9 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB230132185-
CMYK00.430.200.10
HSL327.55º66.22%70.98%-
HSV(B)327.55º42.61%90.2%-
XYZ49.6436.8350.39-
YUV167.34137.97172.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=42.05%
G=24.13%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013218500.430.200.10327.5566.2270.98
HexE684B902B14A1484247
Octal3462042710532412510102107
Binary111001101000010010111001010101110100101010100100010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E684B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E684B9; }

 p { color: rgb(230,132,185); }

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

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

 a { background-color: rgb(230,132,185); }

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

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

 span { border-color: rgb(230,132,185); }

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